RemotelyManagedDevice Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a managed network device.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Common::MonitoringBaseWithId
Microsoft.EnterpriseManagement.Administration::RemotelyManagedDevice
| Name | Description | |
|---|---|---|
![]() | AccessMode | |
![]() | Certification | |
![]() | Description | |
![]() | DisplayName | Gets the display name of the monitoring object for this network device. |
![]() | HealthState | Gets the current health state of this network device. |
![]() | Id | (Inherited from MonitoringBaseWithId.) |
![]() | IPAddress | Gets the IP address of this network device. |
![]() | LastModified | Gets the date and time at which this network device was last modified in the operational database. |
![]() | Location | |
![]() | ManagementGroup | The connection management group connection used by this object. |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | Model | |
![]() | Name | Gets the name of the monitoring object for this network device. |
![]() | Path | Gets the path of the monitoring object for this network device. |
![]() | Port | |
![]() | PrimaryOwnerContact | |
![]() | PrimaryOwnerName | |
![]() | ProxyAgentPrincipalName | Gets the fully qualified domain name (FQDN) for this network device. |
![]() | RunAsProfile | |
![]() | SnmpDevice | Gets a MonitoringObject that contains the monitoring information for this network device. |
![]() | SNMPVersion | |
![]() | SystemOID | |
![]() | Vendor |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from MonitoringBaseWithId.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from MonitoringBaseWithId.) |
![]() | GetProxyAgent() | Gets the proxy agent that manages this device. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Reconnect(EnterpriseManagementGroup^) | Connects the network device to the Management Group.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).) |
![]() | SetId(Guid) | (Inherited from MonitoringBaseWithId.) |
![]() | SetProxyAgent(ComputerHealthService^) | Sets the proxy agent that manages this device. |
![]() | ToString() | (Inherited from MonitoringBase.) |
You can get a collection of all network devices in a Management Group using the GetAllRemotelyManagedDevices method.
You can get a collection of a specific type of network devices in a Management Group using the GetAllRemotelyManagedDevicesByType method.
You can get a collection of the network devices managed by a specific proxy agent using the GetRemotelyManagedDevices method.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


