Share via


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

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