次の方法で共有


VirtualMachineRunCommandInstanceView.ExecutionState プロパティ

定義

スクリプトの実行状態を取得または設定します。 指定できる値は、'Unknown'、'Pending'、'Running'、'Failed'、'Succeeded'、'TimedOut'、'Canceled' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象