WindowsVMGuestPatchAutomaticByPlatformSettings.RebootSetting プロパティ

定義

すべての AutomaticByPlatform パッチインストール操作の再起動設定を取得または設定します。 指定できる値は、'Unknown'、'IfRequired'、'Never'、'Always' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象