Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of management packs that have the specified GUIDs.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")]
public ReadOnlyCollection<ManagementPack> GetManagementPacks(
    ICollection<Guid> ids
)
public:
[ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")]
ReadOnlyCollection<ManagementPack^>^ GetManagementPacks(
    ICollection<Guid>^ ids
)
[<ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")>]
member GetManagementPacks : 
        ids:ICollection<Guid> -> ReadOnlyCollection<ManagementPack>
<ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")>
Public Function GetManagementPacks (
    ids As ICollection(Of Guid)
) As ReadOnlyCollection(Of ManagementPack)
Parameters
- ids 
 Type: System.Collections.Generic.ICollection<Guid>- The GUIDs of the management packs to retrieve. 
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementPack>
Returns a ReadOnlyCollection<T> objectofManagementPack objects.
See Also
GetManagementPacks Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top