Share via


ManagementPack.GetServiceLevelObjectives<T> Method

Definition

Retrieves a collection of ManagementPackSLO objects defined in this management pack.

public:
generic <typename T>
 where T : Microsoft::EnterpriseManagement::Configuration::ManagementPackSLO Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<T> ^ GetServiceLevelObjectives();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<T> GetServiceLevelObjectives<T> () where T : Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO;
member this.GetServiceLevelObjectives : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<'T (requires 'T :> Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO)> (requires 'T :> Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO)
Public Function GetServiceLevelObjectives(Of T As ManagementPackSLO) () As ManagementPackElementCollection(Of T)

Type Parameters

T

Returns

The ManagementPackSLO objects defined in this management pack.

Applies to