IMonitoringDataWarehouseService.GetManagementPacks(IList<Guid>, DateTime, DateTime, String) 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.
Returns ServiceLevelAgreements based on Id, Id
public:
Microsoft::EnterpriseManagement::Common::ResultSet ^ GetManagementPacks(System::Collections::Generic::IList<Guid> ^ managementGroups, DateTime from, DateTime to, System::String ^ languageCode);
public Microsoft.EnterpriseManagement.Common.ResultSet GetManagementPacks (System.Collections.Generic.IList<Guid> managementGroups, DateTime from, DateTime to, string languageCode);
abstract member GetManagementPacks : System.Collections.Generic.IList<Guid> * DateTime * DateTime * string -> Microsoft.EnterpriseManagement.Common.ResultSet
Public Function GetManagementPacks (managementGroups As IList(Of Guid), from As DateTime, to As DateTime, languageCode As String) As ResultSet
Parameters
- from
- DateTime
- to
- DateTime
- languageCode
- String