共用方式為


RunbookCreateOrUpdateParameters 建構函式

定義

多載

RunbookCreateOrUpdateParameters()

初始化 RunbookCreateOrUpdateParameters 類別的新實例。

RunbookCreateOrUpdateParameters(RunbookCreateOrUpdateProperties)
RunbookCreateOrUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, RunbookDraft, ContentLink, String, Nullable<Int32>, String, String, IDictionary<String,String>)

初始化 RunbookCreateOrUpdateParameters 類別的新實例。

RunbookCreateOrUpdateParameters()

初始化 RunbookCreateOrUpdateParameters 類別的新實例。

public RunbookCreateOrUpdateParameters ();
Public Sub New ()

適用於

RunbookCreateOrUpdateParameters(RunbookCreateOrUpdateProperties)

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

參數

適用於

初始化 RunbookCreateOrUpdateParameters 類別的新實例。

public RunbookCreateOrUpdateParameters (string runbookType, bool? logVerbose = default, bool? logProgress = default, Microsoft.Azure.Management.Automation.Models.RunbookDraft draft = default, Microsoft.Azure.Management.Automation.Models.ContentLink publishContentLink = default, string description = default, int? logActivityTrace = default, string name = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters : string * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Automation.Models.RunbookDraft * Microsoft.Azure.Management.Automation.Models.ContentLink * string * Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters
Public Sub New (runbookType As String, Optional logVerbose As Nullable(Of Boolean) = Nothing, Optional logProgress As Nullable(Of Boolean) = Nothing, Optional draft As RunbookDraft = Nothing, Optional publishContentLink As ContentLink = Nothing, Optional description As String = Nothing, Optional logActivityTrace As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

參數

runbookType
String

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

logVerbose
Nullable<Boolean>

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

logProgress
Nullable<Boolean>

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

draft
RunbookDraft

取得或設定草稿 Runbook 屬性。

publishContentLink
ContentLink

取得或設定已發佈的 Runbook 內容連結。

description
String

取得或設定 Runbook 的描述。

logActivityTrace
Nullable<Int32>

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

name
String

取得或設定資源的名稱。

location
String

取得或設定資源的位置。

tags
IDictionary<String,String>

取得或設定附加在資源的標記。

適用於