共用方式為


RunbookCreateOrUpdateDraftProperties 建構函式

定義

多載

RunbookCreateOrUpdateDraftProperties()

初始化 RunbookCreateOrUpdateDraftProperties 類別的新實例。

RunbookCreateOrUpdateDraftProperties(String, RunbookDraft)
RunbookCreateOrUpdateDraftProperties(String, RunbookDraft, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Int32>)

初始化 RunbookCreateOrUpdateDraftProperties 類別的新實例。

RunbookCreateOrUpdateDraftProperties()

初始化 RunbookCreateOrUpdateDraftProperties 類別的新實例。

public RunbookCreateOrUpdateDraftProperties ();
Public Sub New ()

適用於

RunbookCreateOrUpdateDraftProperties(String, RunbookDraft)

public RunbookCreateOrUpdateDraftProperties (string runbookType, Microsoft.Azure.Management.Automation.Models.RunbookDraft draft);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties : string * Microsoft.Azure.Management.Automation.Models.RunbookDraft -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties
Public Sub New (runbookType As String, draft As RunbookDraft)

參數

runbookType
String
draft
RunbookDraft

適用於

RunbookCreateOrUpdateDraftProperties(String, RunbookDraft, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Int32>)

初始化 RunbookCreateOrUpdateDraftProperties 類別的新實例。

public RunbookCreateOrUpdateDraftProperties (string runbookType, Microsoft.Azure.Management.Automation.Models.RunbookDraft draft, bool? logVerbose = default, bool? logProgress = default, string description = default, int? logActivityTrace = default);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties : string * Microsoft.Azure.Management.Automation.Models.RunbookDraft * Nullable<bool> * Nullable<bool> * string * Nullable<int> -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties
Public Sub New (runbookType As String, draft As RunbookDraft, Optional logVerbose As Nullable(Of Boolean) = Nothing, Optional logProgress As Nullable(Of Boolean) = Nothing, Optional description As String = Nothing, Optional logActivityTrace As Nullable(Of Integer) = Nothing)

參數

runbookType
String

取得或設定 Runbook 的類型。 可能的值包括:'Script'、'Graph'、'PowerShellWorkflow'、'PowerShell'、'GraphPowerShellWorkflow'、'GraphPowerShell'

draft
RunbookDraft

取得或設定草稿 Runbook 屬性。

logVerbose
Nullable<Boolean>

取得或設定詳細資訊記錄選項。

logProgress
Nullable<Boolean>

取得或設定進度記錄選項。

description
String

取得或設定 Runbook 的描述。

logActivityTrace
Nullable<Int32>

取得或設定 Runbook 的活動層級追蹤選項。

適用於