IManagementPackManagement Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Allows you to access and manage management packs on the Service Manager server.
The following tables list the members exposed by the IManagementPackManagement type.
Public Methods
Name | Description | |
---|---|---|
BeginImportBundle | Overloaded. Asynchronously starts to import a single management pack bundle. A management pack bundle is a file that can contain multiple management packs and resource files, for example, two management packs and a form assembly packaged in a Windows Installer file. | |
BeginImportManagementPack | Overloaded. Asynchronously starts to import a single management pack. | |
BeginUninstallBundle | Overloaded. Asynchronously starts to uninstall each management pack in the management pack bundle. | |
BeginUninstallManagementPack | Asynchronously starts to uninstall a single management pack. | |
EndImportBundle | Ends the asynchronous operation that is importing a management pack bundle. | |
EndImportManagementPack | Ends the asynchronous operation that is importing a management pack. | |
EndUninstallBundle | Ends the asynchronous operation that is uninstalling a management pack bundle. | |
EndUninstallManagementPack | Ends the asynchronous operation that is uninstalling a management pack. | |
GetBundle | Overloaded. Creates ManagementPackBundle objects. | |
GetDependentManagementPacks | Gets all the management packs that depend on (reference) the specified management pack. | |
GetManagementPack | Overloaded. Gets a ManagementPack object for the specified management pack. | |
GetManagementPacks | Overloaded. Gets a collection of ManagementPack objects that have been imported into the current management group. | |
ImportBundle | Overloaded. Imports a management pack bundle, which can contain multiple management packs and their resources. | |
ImportManagementPack | Overloaded. Imports a single management pack into the current management group. | |
TryImportBundle | Overloaded. Tries to import the specified management pack bundle into the system. | |
TryImportManagementPack | Overloaded. Tries to import a management pack into the current management group. | |
UninstallBundle | Overloaded. Uninstalls a management pack bundle. | |
UninstallManagementPack | Uninstalls the specified management pack. |
Top
Public Events
Name | Description | |
---|---|---|
OnManagementPackCacheRefresh | Occurs when the management pack is imported, uninstalled, or updated. |
Top
See Also
Reference
IManagementPackManagement Interface
Microsoft.EnterpriseManagement Namespace