Share via


IOperationalDataManagement.GetMonitoringAlertResolutionStates Method

Definition

Retrieves all the resolution states in the system.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertResolutionState ^> ^ GetMonitoringAlertResolutionStates();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState> GetMonitoringAlertResolutionStates ();
abstract member GetMonitoringAlertResolutionStates : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState>
Public Function GetMonitoringAlertResolutionStates () As IList(Of MonitoringAlertResolutionState)

Returns

A collection of MonitoringAlertResolutionState objects.

Applies to