Freigeben über


ExternalRollupMonitoringState Class

 

Applies To: Operations Manager for System Center 2012

Defines a monitoring state object that represents an external rollup monitor.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Monitoring.MonitoringState
      Microsoft.EnterpriseManagement.Monitoring.ExternalRollupMonitoringState

Syntax

[SerializableAttribute]
public class ExternalRollupMonitoringState : MonitoringState
[SerializableAttribute]
public ref class ExternalRollupMonitoringState : MonitoringState
[<SerializableAttribute>]
type ExternalRollupMonitoringState = 
    class
        inherit MonitoringState
    end
<SerializableAttribute>
Public Class ExternalRollupMonitoringState
    Inherits MonitoringState

Properties

Name Description
System_CAPS_pubproperty HealthState

Gets the current health state of the monitoring object.(Inherited from MonitoringState.)

System_CAPS_pubproperty Id

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

System_CAPS_pubproperty LastTimeModified

Gets the last time, in DateTime format, that the monitoring state was modified.(Inherited from MonitoringState.)

System_CAPS_pubproperty ManagementGroup

(Inherited from MonitoringState.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitorDescription

Gets the description of the monitor associated with the monitoring state.(Inherited from MonitoringState.)

System_CAPS_pubproperty MonitorDisplayName

Gets the display name of the monitor associated with the monitoring state.(Inherited from MonitoringState.)

System_CAPS_pubproperty MonitorId

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

System_CAPS_pubproperty MonitoringObjectId

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

System_CAPS_pubproperty MonitoringRelationshipClassId

Obsolete.Gets the relationship type that this dependency monitoring state targets.

System_CAPS_pubproperty MonitorName

Gets the name of the monitor associated with the monitoring state.(Inherited from MonitoringState.)

System_CAPS_pubproperty MonitorTargetClassId

(Inherited from MonitoringState.)

System_CAPS_pubproperty MonitorTargetMonitoringClassId

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

System_CAPS_pubproperty ObjectId

(Inherited from MonitoringState.)

System_CAPS_pubproperty OperationalState

Gets the current operational state.(Inherited from MonitoringState.)

System_CAPS_pubproperty RelationshipId

System_CAPS_pubproperty TargetMonitorId

Gets the monitor that this dependency monitoring state targets.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether this object equals the specified object.(Inherited from MonitoringState.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetExternalMonitoringStateHierarchies()

Obsolete.Gets the monitoring state hierarchy that this external rollup monitoring object is rolling up from. The entire hierarchy will be returned in a collection of nodes with the proper MonitoringHierarchyNode<T> object being returned as the pointer for each node.

System_CAPS_pubmethod GetExternalStateHierarchies()

System_CAPS_pubmethod GetHashCode()

Gets the hash code for the MonitoringState object.(Inherited from MonitoringState.)

System_CAPS_pubmethod GetMonitoringRelationshipClass()

Obsolete.Gets the relationship class that this external rollup state object targets.

System_CAPS_pubmethod GetMonitoringStateChangeEvents()

Obsolete.Gets a collection of state change events that are associated with this monitoring state.(Inherited from MonitoringState.)

System_CAPS_pubmethod GetMonitorTargetMonitoringClass()

Obsolete.Gets the target class for this monitoring state.(Inherited from MonitoringState.)

System_CAPS_pubmethod GetStateChangeEvents()

(Inherited from MonitoringState.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Recalculate()

Recalculates the state of the monitor for the monitoring object.(Inherited from MonitoringState.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from MonitoringState.)

System_CAPS_pubmethod Reset()

Resets the state of the monitor for the monitoring object.(Inherited from MonitoringState.)

System_CAPS_pubmethod Reset(Int32)

Resets the state of the monitor for the monitoring object with a specified timeout time.(Inherited from MonitoringState.)

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