次の方法で共有


VirtualMachineInstallPatchesParameters.RebootSetting プロパティ

定義

ソフトウェア更新操作中に VM を再起動できるタイミングを取得または設定します。 指定できる値は、'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

適用対象