Share via


VirtualMachineAssessPatchesResult.RebootPending プロパティ

定義

VM の全体的な再起動状態を取得します。 これは、部分的にインストールされたパッチがインストールを完了するために再起動を必要とするが、再起動がまだ発生していない場合に当てはまります。

[Newtonsoft.Json.JsonProperty(PropertyName="rebootPending")]
public bool? RebootPending { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rebootPending")>]
member this.RebootPending : Nullable<bool>
Public ReadOnly Property RebootPending As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象