RunbookCreateOrUpdateDraftProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 屬性。
- description
- String
取得或設定 Runbook 的描述。