RemotelyManagedDevice Class
Applies To: Operations Manager for System Center 2012
Represents a managed network device.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice
Syntax
[SerializableAttribute]
public class RemotelyManagedDevice : MonitoringBaseWithId
[SerializableAttribute]
public ref class RemotelyManagedDevice : MonitoringBaseWithId
[<SerializableAttribute>]
type RemotelyManagedDevice =
class
inherit MonitoringBaseWithId
end
<SerializableAttribute>
Public Class RemotelyManagedDevice
Inherits MonitoringBaseWithId
Properties
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 |
Methods
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.) |
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top