ManagementGroup::GetServiceLevelObjectives<T> Method (ManagementPackServiceLevelObjectiveCriteria<T>^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves all service level objects in the store that correspond to the specified criteria.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: generic<typename T> where T : ManagementPackSLO [ObsoleteAttribute("Please use ServiceLevelAgreements.GetServiceLevelObjectives() instead")] IList<T>^ GetServiceLevelObjectives( ManagementPackServiceLevelObjectiveCriteria<T>^ criteria )
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPackServiceLevelObjectiveCriteria<T>^
A T:Microsoft.Enterprise.Configuration. ManagementPackServiceLevelObjectiveCriteria``1 object to specify the criteria.
Return Value
Type: System.Collections.Generic::IList<T>^Returns anIList<T> object of objects of typeT.
Type Parameters
- T
A template parameter of object type ManagementPackSLO.
Show: