Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a monitoring alert resolution state by specifying a resolution state value.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionState()")]
public MonitoringAlertResolutionState GetMonitoringAlertResolutionState(
byte resolutionState
)
public:
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionState()")]
MonitoringAlertResolutionState^ GetMonitoringAlertResolutionState(
unsigned char resolutionState
)
[<ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionState()")>]
member GetMonitoringAlertResolutionState :
resolutionState:byte -> MonitoringAlertResolutionState
<ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionState()")>
Public Function GetMonitoringAlertResolutionState (
resolutionState As Byte
) As MonitoringAlertResolutionState
Parameters
resolutionState
Type: System.ByteThe value of the resolution state.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState
Returns aMonitoringAlertResolutionStatevalue.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top