Share via


IOperationalDataManagement.GetMonitoringAlertResolutionState(Byte) Method

Definition

Retrieves the resolution state by resolution state value.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertResolutionState ^ GetMonitoringAlertResolutionState(System::Byte resolutionState);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState GetMonitoringAlertResolutionState (byte resolutionState);
abstract member 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.

Exceptions

MonitoringAlertResolutionState with that value not found.

Applies to