次の方法で共有


RunbookCreateOrUpdateParameters.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

適用対象