共用方式為


RunbookCreateOrUpdateDraftProperties.RunbookType 屬性

定義

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

public string RunbookType { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="runbookType")]
public string RunbookType { get; set; }
member this.RunbookType : string with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="runbookType")>]
member this.RunbookType : string with get, set
Public Property RunbookType As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於