次の方法で共有


VirtualMachineRunCommandInner.AsyncExecution プロパティ

定義

省略可能な 値を取得または設定します。 true に設定すると、スクリプトが開始されるとすぐにプロビジョニングが完了し、スクリプトの完了を待機しません。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.asyncExecution")]
public bool? AsyncExecution { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.asyncExecution")>]
member this.AsyncExecution : Nullable<bool> with get, set
Public Property AsyncExecution As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象