ManagementGroup::GetManagementPacks Method (ManagementPackCriteria^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

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

Namespace:   Microsoft.EnterpriseManagement
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.

Return to top
Show: