ManagementGroup::GetServiceLevelObjectives<T> Method ()
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.
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()
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: