ManagementGroup.GetMonitoringAlertResolutionState(Byte) 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.
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.