Share via


RunbookMapping(ManagementPack, String) Constructor

Definition

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.

Applies to