MonitoringAlertResolutionState Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents an alert resolution state.

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

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Common::CreatableMonitoringBaseWithId
      Microsoft.EnterpriseManagement.Monitoring::MonitoringAlertResolutionState

[SerializableAttribute]
public ref class MonitoringAlertResolutionState : CreatableMonitoringBaseWithId

NameDescription
System_CAPS_pubmethodMonitoringAlertResolutionState(Byte, String^)

Initializes a new MonitoringAlertResolutionState object.

NameDescription
System_CAPS_pubpropertyId
System_CAPS_pubpropertyIsSystem

Gets a Boolean value that determines whether this is a system-defined resolution state.

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

Gets or sets the name of the resolution state.

System_CAPS_pubpropertyResolutionState

Gets or sets the resolution state value of the resolution state.

System_CAPS_pubpropertyShortcutKey

Gets or sets the shortcut key value of the resolution state.

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

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

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

Updates the resolution state in the Operations Manager system.

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: