Share via


ManagementGroup.GetMonitoringRecoveries Method

 

Applies To: Operations Manager for System Center 2012

Retrieves monitoring recovery objects.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringRecoveries()

Obsolete.Retrieves a collection of all the monitoring recovery objects.

System_CAPS_pubmethod GetMonitoringRecoveries(ManagementPackRecoveryCriteria)

Obsolete.Retrieves a collection of monitoring recovery objects that match the specified filter.

System_CAPS_pubmethod GetMonitoringRecoveries<T>(ICollection<T>)

Obsolete.Retrieves a collection of monitoring recovery objects for the specified class.

System_CAPS_pubmethod GetMonitoringRecoveries<T>(ManagementPackRecoveryCriteria, ICollection<T>)

Obsolete.Retrieves a collection of monitoring recovery objects for the specified class that match the specified filter.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top