ManagementGroup::ImportManagementPack Method (ManagementPack^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Imports the specified management pack into the management group.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use ManagementPacks.ImportManagementPack()")] void ImportManagementPack( ManagementPack^ managementPack )
Parameters
- managementPack
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPack^
The management pack to import.
For an example of the ImportManagementPackmethod, see How to Import a New Management Pack.
Show: