PartialMonitoringObject::GetMonitoringRecoveries Method (ManagementPackRecoveryCriteria^)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Gets all the recoveries that are targeted toward this monitoring object, based on all the types of the entity and the base types and that meet the criteria filter.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Use ManagementGroup.Monitoring.GetRecoveries methods that take this object")] ReadOnlyCollection<MonitoringRecovery^>^ GetMonitoringRecoveries( ManagementPackRecoveryCriteria^ criteria )
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPackRecoveryCriteria^
A value specifies the kind of monitoring recovery objects.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringRecovery^>^Returns ReadOnlyCollection<T> of MonitoringRecovery objects.
Show: