Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of management packs with the specified user identifier.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")]
public ReadOnlyCollection<ManagementPack> GetManagementPacks(
    string id
)
public:
[ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")]
ReadOnlyCollection<ManagementPack^>^ GetManagementPacks(
    String^ id
)
[<ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")>]
member GetManagementPacks : 
        id:string -> ReadOnlyCollection<ManagementPack>
<ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")>
Public Function GetManagementPacks (
    id As String
) As ReadOnlyCollection(Of ManagementPack)
Parameters
- id 
 Type: System.String- The user identifier for the management packs to retrieve. 
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementPack>
Returns aReadOnlyCollection<T> object ofManagementPackobjects.
See Also
GetManagementPacks Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top