Share via


VirtualMachineSoftwarePatchProperties.RebootBehavior プロパティ

定義

Gets は、パッチの再起動要件を示します。 使用できる値は、'Unknown'、'NeverReboots'、'AlwaysRequiresReboot'、'CanRequestReboot' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象