Share via


DataWarehouse.GetServiceLevelAgreements Method (IList<Pair<Guid, Guid>>, String)

 

Applies To: Operations Manager for System Center 2012

Gets a collection of ServiceLevelAgreementInfo objects based on specified parameters.

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

Syntax

public ReadOnlyCollection<ServiceLevelAgreementInfo> GetServiceLevelAgreements(
    IList<Pair<Guid, Guid>> serviceLevelAgreementIds,
    string languageCode
)
public:
ReadOnlyCollection<ServiceLevelAgreementInfo^>^ GetServiceLevelAgreements(
    IList<Pair<Guid, Guid>^>^ serviceLevelAgreementIds,
    String^ languageCode
)
member GetServiceLevelAgreements : 
        serviceLevelAgreementIds:IList<Pair<Guid, Guid>> *
        languageCode:string -> ReadOnlyCollection<ServiceLevelAgreementInfo>
Public Function GetServiceLevelAgreements (
    serviceLevelAgreementIds As IList(Of Pair(Of Guid, Guid)),
    languageCode As String
) As ReadOnlyCollection(Of ServiceLevelAgreementInfo)

Parameters

  • languageCode
    Type: System.String

    The language code for the language in which the information is returned.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ServiceLevelAgreementInfo>

Returns a ReadOnlyCollection<T> object of ServiceLevelAgreementInfo objects.

See Also

GetServiceLevelAgreements Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top