Share via


ManagementGroup.GetMonitoringAlertResolutionState(Byte) Method

Definition

Caution

Please use OperationalData.GetMonitoringAlertResolutionState()

Retrieves the resolution state by resolution state value.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertResolutionState ^ GetMonitoringAlertResolutionState(System::Byte resolutionState);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertResolutionState()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState GetMonitoringAlertResolutionState (byte resolutionState);
member this.GetMonitoringAlertResolutionState : byte -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState
Public Function GetMonitoringAlertResolutionState (resolutionState As Byte) As MonitoringAlertResolutionState

Parameters

resolutionState
Byte

The value of the resolution state.

Returns

A MonitoringAlertResolutionState object.

Attributes

Exceptions

MonitoringAlertResolutionState with that value not found.

Applies to