次の方法で共有


VirtualMachineInstallPatchesResult.RebootStatus プロパティ

定義

操作が完了した後の VM の再起動状態を取得します。 使用できる値は、'Unknown'、'NotNeeded'、'Required'、'Started'、'Failed'、'Completed' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象