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