Share via


ManagementGroupAdministration.InsertMonitoringAlertResolutionState Method

Definition

Inserts a new resolution state into the system.

public:
 void InsertMonitoringAlertResolutionState(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertResolutionState ^ resolutionState);
public void InsertMonitoringAlertResolutionState (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState resolutionState);
member this.InsertMonitoringAlertResolutionState : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState -> unit
Public Sub InsertMonitoringAlertResolutionState (resolutionState As MonitoringAlertResolutionState)

Parameters

resolutionState
MonitoringAlertResolutionState

The resolution state to insert.

Exceptions

resolutionState is null

The resolution state is already inserted.

Applies to

See also