ManagementGroup::GetServiceLevelObjective<T> Method (Guid)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Returns the service level objective with the specifiedSystem.Guidobject from the store.

Namespace:   Microsoft.EnterpriseManagement
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.

Return Value

Type: T

Returns a ReadOnlyCollection<T>object.

Type Parameters

T

A template parameter of object type ManagementPackSLO.

Return to top
Show: