Share via


IAdministrationManagement.DeleteAlertResolutionState Method

Definition

Deletes a resolution state from the system.

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

Parameters

resolutionState
MonitoringAlertResolutionState

The resolution state to delete.

Exceptions

resolutionState is null

Applies to