ManagementGroupAdministration.DeleteMonitoringAlertResolutionState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a resolution state from the system.
public:
void DeleteMonitoringAlertResolutionState(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertResolutionState ^ resolutionState);
public void DeleteMonitoringAlertResolutionState (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState resolutionState);
member this.DeleteMonitoringAlertResolutionState : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState -> unit
Public Sub DeleteMonitoringAlertResolutionState (resolutionState As MonitoringAlertResolutionState)
Parameters
- resolutionState
- MonitoringAlertResolutionState
The resolution state to delete.
Exceptions
resolutionState is null