ManagementGroup::GetManagementPacks Method (ManagementPackCriteria^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves a collection of management packs that match the specified criteria.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")] ReadOnlyCollection<ManagementPack^>^ GetManagementPacks( ManagementPackCriteria^ criteria )
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPackCriteria^
A value that specifies the kind of management packs to be returned.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ManagementPack^>^Returns a ReadOnlyCollection<T> object ofManagementPackobjects that match the specified criteria.
This method does not return management packs from the local in-memory cache.
For an example of theGetManagementPacksHow to Display Management Pack Contents.
Show: