Share via


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
System_CAPS_pubmethod GetManagementPacks()

Obsolete.Retrieves a collection of all the management packs from the management group.

System_CAPS_pubmethod GetManagementPacks(ICollection<Guid>)

Obsolete.Retrieves a collection of management packs that have the specified GUIDs.

System_CAPS_pubmethod GetManagementPacks(ManagementPackCriteria)

Obsolete.Retrieves a collection of management packs that match the specified criteria.

System_CAPS_pubmethod GetManagementPacks(String)

Obsolete.Retrieves a collection of management packs with the specified user identifier.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top