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 | |
---|---|---|
OperationalDataObject(ManagementGroup) | Initializes a new OperationalDataObject object |
Properties
Name | Description | |
---|---|---|
Id | Gets the globally unique identifier (GUID) for the operational data object. |
|
ManagementGroup | The connection management group connection used by this object. |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MonitoringObjectId | Gets the globally unique identifier (GUID) for the monitoring object that is associated with the operational data object. |
|
MonitoringRuleId | Obsolete.Gets the globally unique identifier (GUID) for the monitoring rule that is associated with operational data object. |
|
RuleId |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this object is equal to the specified object.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code for the OperationalDataObject object(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).) |
|
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