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 | |
|---|---|---|
| .jpeg) | MonitoringAlertResolutionState(Byte, String) | Initializes a new MonitoringAlertResolutionState object. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Id | (Inherited from CreatableMonitoringBaseWithId.) | 
| .jpeg) | IsSystem | Gets a Boolean value that determines whether this is a system-defined resolution state. | 
| .jpeg) | ManagementGroup | The connection management group connection used by this object. | 
| .jpeg) | ManagementGroupId | (Inherited from MonitoringBase.) | 
| .jpeg) | Name | Gets or sets the name of the resolution state. | 
| .jpeg) | ResolutionState | Gets or sets the resolution state value of the resolution state. | 
| .jpeg) | ShortcutKey | Gets or sets the shortcut key value of the resolution state. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from CreatableMonitoringBaseWithId.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from CreatableMonitoringBaseWithId.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).) | 
| .jpeg) | ToString() | (Inherited from MonitoringBase.) | 
| .jpeg) | 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