Share via


DataWarehouse.GetServiceLevelAgreements Method

Definition

Gets a collection of ServiceLevelAgreementInfo objects.

Overloads

GetServiceLevelAgreements(IList<Pair<Guid,Guid>>)

Retrieves ServiceLevelAgreements based on SLAId, MGId

GetServiceLevelAgreements(IList<Pair<Guid,Guid>>, String)

Retrieves ServiceLevelAgreements based on SLAId, MGId

GetServiceLevelAgreements(IList<Pair<Guid,Guid>>)

Retrieves ServiceLevelAgreements based on SLAId, MGId

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::ServiceLevelAgreementInfo ^> ^ GetServiceLevelAgreements(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Guid, Guid> ^> ^ serviceLevelAgreementIds);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ServiceLevelAgreementInfo> GetServiceLevelAgreements (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid,Guid>> serviceLevelAgreementIds);
member this.GetServiceLevelAgreements : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid, Guid>> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ServiceLevelAgreementInfo>
Public Function GetServiceLevelAgreements (serviceLevelAgreementIds As IList(Of Pair(Of Guid, Guid))) As ReadOnlyCollection(Of ServiceLevelAgreementInfo)

Parameters

serviceLevelAgreementIds
IList<Pair<Guid,Guid>>

A IList<T> object of service level agreements to get.

Returns

Returns a ReadOnlyCollection<T> object of ServiceLevelAgreementInfo objects.

Applies to

GetServiceLevelAgreements(IList<Pair<Guid,Guid>>, String)

Retrieves ServiceLevelAgreements based on SLAId, MGId

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::ServiceLevelAgreementInfo ^> ^ GetServiceLevelAgreements(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Guid, Guid> ^> ^ serviceLevelAgreementIds, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ServiceLevelAgreementInfo> GetServiceLevelAgreements (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid,Guid>> serviceLevelAgreementIds, string languageCode);
member this.GetServiceLevelAgreements : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid, Guid>> * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ServiceLevelAgreementInfo>
Public Function GetServiceLevelAgreements (serviceLevelAgreementIds As IList(Of Pair(Of Guid, Guid)), languageCode As String) As ReadOnlyCollection(Of ServiceLevelAgreementInfo)

Parameters

serviceLevelAgreementIds
IList<Pair<Guid,Guid>>

A IList<T> object of service level agreements to get.

languageCode
String

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

Returns

Returns a ReadOnlyCollection<T> object of ServiceLevelAgreementInfo objects.

Applies to