RunbookCreateOrUpdateDraftParameters 建構函式

定義

多載

RunbookCreateOrUpdateDraftParameters()

初始化 RunbookCreateOrUpdateDraftParameters 類別的新實例。

RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties)
RunbookCreateOrUpdateDraftParameters(String)

初始化 RunbookCreateOrUpdateDraftParameters 類別的新實例。

RunbookCreateOrUpdateDraftParameters()

初始化 RunbookCreateOrUpdateDraftParameters 類別的新實例。

public RunbookCreateOrUpdateDraftParameters ();
Public Sub New ()

適用於

RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties)

public RunbookCreateOrUpdateDraftParameters (Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties properties);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters : Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters
Public Sub New (properties As RunbookCreateOrUpdateDraftProperties)

參數

適用於

RunbookCreateOrUpdateDraftParameters(String)

初始化 RunbookCreateOrUpdateDraftParameters 類別的新實例。

public RunbookCreateOrUpdateDraftParameters (string runbookContent);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters : string -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters
Public Sub New (runbookContent As String)

參數

runbookContent
String

Runbook 的內容。

適用於