Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
[ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")]
public ReadOnlyCollection<ManagementPack> GetManagementPacks(
ManagementPackCriteria criteria
)
public:
[ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")]
ReadOnlyCollection<ManagementPack^>^ GetManagementPacks(
ManagementPackCriteria^ criteria
)
[<ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")>]
member GetManagementPacks :
criteria:ManagementPackCriteria -> ReadOnlyCollection<ManagementPack>
<ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")>
Public Function GetManagementPacks (
criteria As ManagementPackCriteria
) As ReadOnlyCollection(Of ManagementPack)
Parameters
criteria
Type: Microsoft.EnterpriseManagement.Configuration.ManagementPackCriteriaA 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.
Remarks
This method does not return management packs from the local in-memory cache.
Examples
For an example of theGetManagementPacksHow to Display Management Pack Contents.
See Also
GetManagementPacks Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top