MonitoringAlertResolutionState Class

 

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)

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod MonitoringAlertResolutionState(Byte, String)

Initializes a new MonitoringAlertResolutionState object.

Properties

Name Description
System_CAPS_pubproperty Id

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubproperty IsSystem

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

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

Gets or sets the name of the resolution state.

System_CAPS_pubproperty ResolutionState

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

System_CAPS_pubproperty ShortcutKey

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from CreatableMonitoringBaseWithId.)

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.)

System_CAPS_pubmethod Update()

Updates the resolution state in the Operations Manager system.

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