RunbookMapping(ManagementPack, String) Constructor
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 for RunbookMapping class by using the management pack and name parameters.
public:
RunbookMapping(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack, System::String ^ name);
public RunbookMapping (Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack, string name);
new Microsoft.EnterpriseManagement.Configuration.RunbookMapping : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.RunbookMapping
Public Sub New (managementPack As ManagementPack, name As String)
Parameters
- managementPack
- ManagementPack
The management pack that this element belongs to.
- name
- String
The local name for the element.