Share via


IAdministrationManagement.InsertAlertResolutionState Method

Definition

Inserts a new resolution state into the system.

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

Parameters

resolutionState
MonitoringAlertResolutionState

The resolution state to insert.

Exceptions

resolutionState is null

The resolution state is already inserted.

Applies to