ManagementGroup.GetManagementPacks Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of all the management packs from the management group.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")]
public ReadOnlyCollection<ManagementPack> GetManagementPacks()
public:
[ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")]
ReadOnlyCollection<ManagementPack^>^ GetManagementPacks()
[<ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")>]
member GetManagementPacks : unit -> ReadOnlyCollection<ManagementPack>
<ObsoleteAttribute("Please use ManagementPacks.GetManagementPacks()")>
Public Function GetManagementPacks As ReadOnlyCollection(Of ManagementPack)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementPack>

Returns a ReadOnlyCollection<T> object.

See Also

GetManagementPacks Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top