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
System_CAPS_pubproperty AccessMode

System_CAPS_pubproperty Certification

System_CAPS_pubproperty Description

System_CAPS_pubproperty DisplayName

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

System_CAPS_pubproperty HealthState

Gets the current health state of this network device.

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty IPAddress

Gets the IP address of this network device.

System_CAPS_pubproperty LastModified

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

System_CAPS_pubproperty Location

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Model

System_CAPS_pubproperty Name

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

System_CAPS_pubproperty Path

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

System_CAPS_pubproperty Port

System_CAPS_pubproperty PrimaryOwnerContact

System_CAPS_pubproperty PrimaryOwnerName

System_CAPS_pubproperty ProxyAgentPrincipalName

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

System_CAPS_pubproperty RunAsProfile

System_CAPS_pubproperty SnmpDevice

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

System_CAPS_pubproperty SNMPVersion

System_CAPS_pubproperty SystemOID

System_CAPS_pubproperty Vendor

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetProxyAgent()

Gets the proxy agent that manages this device.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

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

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod SetProxyAgent(ComputerHealthService)

Sets the proxy agent that manages this device.

System_CAPS_pubmethod 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