Runbook.RunbookType 屬性

定義

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

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於