ManagementGroup::GetMonitoringRecoveries<T> Method (ManagementPackRecoveryCriteria^, ICollection<T>^)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

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

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

public:
generic<typename T>
where T : PartialMonitoringObject
[ObsoleteAttribute("Please use Monitoring.GetRecoveries<T>()")]
ReadOnlyCollection<MonitoringRecovery^>^ GetMonitoringRecoveries(
	ManagementPackRecoveryCriteria^ criteria,
	ICollection<T>^ monitoringObjects
)

Parameters

criteria
Type: Microsoft.EnterpriseManagement.Configuration::ManagementPackRecoveryCriteria^

A value that specifies the kind of monitoring recovery objects.

monitoringObjects
Type: System.Collections.Generic::ICollection<T>^

The recovery objects that target these specified monitoring object instances.

Type Parameters

T

Must be of type PartialMonitoringObject.

Return to top
Show: