ManagementGroup::GetServiceLevelObjective<T> Method (Guid)
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
Returns the service level objective with the specifiedSystem.Guidobject from the store.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: generic<typename T> where T : ManagementPackSLO [ObsoleteAttribute("Please use ServiceLevelAgreements.GetServiceLevelObjective() instead")] T GetServiceLevelObjective( Guid id )
Parameters
- id
-
Type:
System::Guid
The unique Guidobject of the service level objective to get.
Type Parameters
- T
A template parameter of object type ManagementPackSLO.
Show: