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
serviceLevelAgreementIds
Type: System.Collections.Generic.IList<Pair<Guid, Guid>>A IList<T> object of service level agreements to get.
languageCode
Type: System.StringThe 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