ManagementGroup.GetMonitoringAlertResolutionStates Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves all the resolution states.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionStates()")]
public ReadOnlyCollection<MonitoringAlertResolutionState> GetMonitoringAlertResolutionStates()
public:
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionStates()")]
ReadOnlyCollection<MonitoringAlertResolutionState^>^ GetMonitoringAlertResolutionStates()
[<ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionStates()")>]
member GetMonitoringAlertResolutionStates : unit -> ReadOnlyCollection<MonitoringAlertResolutionState>
<ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionStates()")>
Public Function GetMonitoringAlertResolutionStates As ReadOnlyCollection(Of MonitoringAlertResolutionState)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringAlertResolutionState>
Returns aReadOnlyCollection<T>object ofMonitoringAlertResolutionState values.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top