RemotelyManagedDevice Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Common::MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Administration::RemotelyManagedDevice

[SerializableAttribute]
public ref class RemotelyManagedDevice : MonitoringBaseWithId

NameDescription
System_CAPS_pubpropertyAccessMode

System_CAPS_pubpropertyCertification

System_CAPS_pubpropertyDescription

System_CAPS_pubpropertyDisplayName

Gets the display name of the monitoring object for this network device.

System_CAPS_pubpropertyHealthState

Gets the current health state of this network device.

System_CAPS_pubpropertyId

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubpropertyIPAddress

Gets the IP address of this network device.

System_CAPS_pubpropertyLastModified

Gets the date and time at which this network device was last modified in the operational database.

System_CAPS_pubpropertyLocation

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyModel

System_CAPS_pubpropertyName

Gets the name of the monitoring object for this network device.

System_CAPS_pubpropertyPath

Gets the path of the monitoring object for this network device.

System_CAPS_pubpropertyPort

System_CAPS_pubpropertyPrimaryOwnerContact

System_CAPS_pubpropertyPrimaryOwnerName

System_CAPS_pubpropertyProxyAgentPrincipalName

Gets the fully qualified domain name (FQDN) for this network device.

System_CAPS_pubpropertyRunAsProfile

System_CAPS_pubpropertySnmpDevice

Gets a MonitoringObject that contains the monitoring information for this network device.

System_CAPS_pubpropertySNMPVersion

System_CAPS_pubpropertySystemOID

System_CAPS_pubpropertyVendor

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodGetProxyAgent()

Gets the proxy agent that manages this device.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Connects the network device to the Management Group.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_protmethodSetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodSetProxyAgent(ComputerHealthService^)

Sets the proxy agent that manages this device.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: