ManagementGroup.GetServiceLevelObjective<T>(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use ServiceLevelAgreements.GetServiceLevelObjective() instead
Returns the service level objective with the specifiedGuidobject from the store.
public:
generic <typename T>
where T : Microsoft::EnterpriseManagement::Configuration::ManagementPackSLO T GetServiceLevelObjective(Guid id);
[System.Obsolete("Please use ServiceLevelAgreements.GetServiceLevelObjective() instead")]
public T GetServiceLevelObjective<T> (Guid id) where T : Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO;
member this.GetServiceLevelObjective : Guid -> 'T (requires 'T :> Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO)
Public Function GetServiceLevelObjective(Of T As ManagementPackSLO) (id As Guid) As T
Type Parameters
- T
A template parameter of object type ManagementPackSLO.
Parameters
Returns
T
Returns a ReadOnlyCollection<T>object.
- Attributes