ManagementGroup.GetServiceLevelObjectives<T> Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves all service level objects in the store.

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

Syntax

[ObsoleteAttribute("Please use ServiceLevelAgreements.GetServiceLevelObjectives() instead")]
public IList<T> GetServiceLevelObjectives<T>()
where T : ManagementPackSLO
public:
generic<typename T>
where T : ManagementPackSLO
[ObsoleteAttribute("Please use ServiceLevelAgreements.GetServiceLevelObjectives() instead")]
IList<T>^ GetServiceLevelObjectives()
[<ObsoleteAttribute("Please use ServiceLevelAgreements.GetServiceLevelObjectives() instead")>]
member GetServiceLevelObjectives<'T when 'T : ManagementPackSLO> : unit -> IList<'T>
<ObsoleteAttribute("Please use ServiceLevelAgreements.GetServiceLevelObjectives() instead")>
Public Function GetServiceLevelObjectives(Of T As ManagementPackSLO) As IList(Of T)

Return Value

Type: System.Collections.Generic.IList<T>

Returns anIList<T> object of objects of typeT.

Type Parameters

See Also

GetServiceLevelObjectives Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top