Settings.ManagementGroup.AlertResolution Structure
Applies To: Operations Manager for System Center 2012
Contains settings that determine how an alert is resolved for a Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SettingGroupAttribute]
public struct AlertResolution
[SettingGroupAttribute]
public value struct AlertResolution
[<Sealed>]
[<SettingGroupAttribute>]
type AlertResolution = struct end
<SettingGroupAttribute>
Public Structure AlertResolution
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
AlertAutoResolveDays | The number of days after which all active alerts are resolved in the new resolution state. |
|
HealthyAlertAutoResolveDays | The number of days after which all active alerts are resolved when the alert source is health. |
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.Administration Namespace
Return to top