OperationalDataObject Class

 

Applies To: Operations Manager for System Center 2012

Represents an operational data object.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Monitoring.OperationalDataObject
      Microsoft.EnterpriseManagement.Monitoring.MonitoringAlert
      Microsoft.EnterpriseManagement.Monitoring.MonitoringEvent
      Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData

Syntax

[SerializableAttribute]
public abstract class OperationalDataObject : MonitoringBase
[SerializableAttribute]
public ref class OperationalDataObject abstract : MonitoringBase
[<AbstractClass>]
[<SerializableAttribute>]
type OperationalDataObject = 
    class
        inherit MonitoringBase
    end
<SerializableAttribute>
Public MustInherit Class OperationalDataObject
    Inherits MonitoringBase

Constructors

Name Description
System_CAPS_protmethod OperationalDataObject(ManagementGroup)

Initializes a new OperationalDataObject object

Properties

Name Description
System_CAPS_pubproperty Id

Gets the globally unique identifier (GUID) for the operational data object.

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringObjectId

Gets the globally unique identifier (GUID) for the monitoring object that is associated with the operational data object.

System_CAPS_pubproperty MonitoringRuleId

Obsolete.Gets the globally unique identifier (GUID) for the monitoring rule that is associated with operational data object.

System_CAPS_pubproperty RuleId

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether this object is equal to the specified object.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code for the OperationalDataObject object(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

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.Monitoring Namespace

Return to top