次の方法で共有


VirtualMachineInstallPatchesResult.Status プロパティ

定義

操作の全体的な成功または失敗の状態を取得します。 操作が完了するまで、"InProgress" のままです。 その時点で、"Failed"、"Succeeded"、"Unknown"、または "CompletedWithWarnings" になります。 指定できる値は、'Unknown'、'InProgress'、'Failed'、'Succeeded'、'CompletedWithWarnings' です。

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public string Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : string
Public ReadOnly Property Status As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象