ManagementGroup.GetManagementPacks Method
Applies To: Operations Manager for System Center 2012
Retrieves the collection of management packs.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetManagementPacks() | Obsolete.Retrieves a collection of all the management packs from the management group. |
|
GetManagementPacks(ICollection<Guid>) | Obsolete.Retrieves a collection of management packs that have the specified GUIDs. |
|
GetManagementPacks(ManagementPackCriteria) | Obsolete.Retrieves a collection of management packs that match the specified criteria. |
|
GetManagementPacks(String) | Obsolete.Retrieves a collection of management packs with the specified user identifier. |
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top