MonitoringState Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Defines the state of a monitoring object.

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


[SerializableAttribute]
public ref class MonitoringState : MonitoringBase

NameDescription
System_CAPS_pubpropertyHealthState

Gets the current health state of the monitoring object.

System_CAPS_pubpropertyId

Gets a globally unique identifier (GUID) for the monitoring state object.

System_CAPS_pubpropertyLastTimeModified

Gets the last time, in DateTime format, that the monitoring state was modified.

System_CAPS_pubpropertyManagementGroup

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitorDescription

Gets the description of the monitor associated with the monitoring state.

System_CAPS_pubpropertyMonitorDisplayName

Gets the display name of the monitor associated with the monitoring state.

System_CAPS_pubpropertyMonitorId

Gets the globally unique identifier (GUID) for the monitor associated with the monitoring state.

System_CAPS_pubpropertyMonitoringObjectId

Obsolete.Gets the globally unique identifier (GUID) for the monitoring object associated with the monitoring state.

System_CAPS_pubpropertyMonitorName

Gets the name of the monitor associated with the monitoring state.

System_CAPS_pubpropertyMonitorTargetClassId

System_CAPS_pubpropertyMonitorTargetMonitoringClassId

Obsolete.Gets the globally unique identifier (GUID) for monitoring class that is the target of the monitor.

System_CAPS_pubpropertyObjectId

System_CAPS_pubpropertyOperationalState

Gets the current operational state.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether this object equals the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetMonitoringStateChangeEvents()

Obsolete.Gets a collection of state change events that are associated with this monitoring state.

System_CAPS_pubmethodGetMonitorTargetMonitoringClass()

Obsolete.Gets the target class for this monitoring state.

System_CAPS_pubmethodGetStateChangeEvents()

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRecalculate()

Recalculates the state of the monitor for the monitoring object.

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)
System_CAPS_pubmethodReset()

Resets the state of the monitor for the monitoring object.

System_CAPS_pubmethodReset(Int32)

Resets the state of the monitor for the monitoring object with a specified timeout time.

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

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: