ManagementPackTask Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ManagementPackTask class.
Overloads
ManagementPackTask(ManagementPackTask) |
Initializes a new instance of the ManagementPackTask class using the specified parameter as a template to copy. |
ManagementPackTask(ManagementPack, String, ManagementPackAccessibility) |
Initializes a new ManagementPackTask object by using a management pack, a string identifier, and a management pack accessibility. |
ManagementPackTask(ManagementPackTask)
Initializes a new instance of the ManagementPackTask class using the specified parameter as a template to copy.
protected:
ManagementPackTask(Microsoft::EnterpriseManagement::Configuration::ManagementPackTask ^ clone);
protected ManagementPackTask (Microsoft.EnterpriseManagement.Configuration.ManagementPackTask clone);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackTask : Microsoft.EnterpriseManagement.Configuration.ManagementPackTask -> Microsoft.EnterpriseManagement.Configuration.ManagementPackTask
Protected Sub New (clone As ManagementPackTask)
Parameters
- clone
- ManagementPackTask
The ManagementPackTask to copy.
Applies to
ManagementPackTask(ManagementPack, String, ManagementPackAccessibility)
Initializes a new ManagementPackTask object by using a management pack, a string identifier, and a management pack accessibility.
public:
ManagementPackTask(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier, Microsoft::EnterpriseManagement::Configuration::ManagementPackAccessibility access);
public ManagementPackTask (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier, Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility access);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackTask : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string * Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility -> Microsoft.EnterpriseManagement.Configuration.ManagementPackTask
Public Sub New (mp As ManagementPack, identifier As String, access As ManagementPackAccessibility)
Parameters
The management pack that has this element type.
- identifier
- String
A string identifier for this management pack element type.
- access
- ManagementPackAccessibility
Determines whether the management pack element type is visible to other management packs outside of the specified management pack.