Applies To: Operations Manager for System Center 2012
Adds a custom monitoring alert resolution state to the available resolution states in this Management Group.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void InsertMonitoringAlertResolutionState(
    MonitoringAlertResolutionState resolutionState
)
public:
void InsertMonitoringAlertResolutionState(
    MonitoringAlertResolutionState^ resolutionState
)
member InsertMonitoringAlertResolutionState : 
        resolutionState:MonitoringAlertResolutionState -> unit
Public Sub InsertMonitoringAlertResolutionState (
    resolutionState As MonitoringAlertResolutionState
)
Parameters
- resolutionState 
 Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState- The resolution state to insert. 
See Also
DeleteMonitoringAlertResolutionState
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top