DataWarehouse.GetManagementPacks Method (IList<Guid>, DateTime, DateTime)
Applies To: Operations Manager for System Center 2012
Returns all ManagementPackInfo objects that correspond to the specified parameters.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<ManagementPackInfo> GetManagementPacks(
IList<Guid> managementGroups,
DateTime from,
DateTime to
)
public:
ReadOnlyCollection<ManagementPackInfo^>^ GetManagementPacks(
IList<Guid>^ managementGroups,
DateTime from,
DateTime to
)
member GetManagementPacks :
managementGroups:IList<Guid> *
from:DateTime *
to:DateTime -> ReadOnlyCollection<ManagementPackInfo>
Public Function GetManagementPacks (
managementGroups As IList(Of Guid),
from As Date,
to As Date
) As ReadOnlyCollection(Of ManagementPackInfo)
Parameters
managementGroups
Type: System.Collections.Generic.IList<Guid>The list of Guid objects that represent the ManagementGroup objects from which to get management pack information.
from
Type: System.DateTimeThe date and time to start the results.
to
Type: System.DateTimeThe date and time to end the results.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementPackInfo>
Returns a ReadOnlyCollection<T> object.
See Also
GetManagementPacks Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top