你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PatchSettings.EnableHotpatching 属性

定义

获取或设置使客户无需重新启动即可修补其 Azure VM。 对于 enableHotpatching,必须将“provisionVMAgent”设置为 true,“patchMode”必须设置为“AutomaticByPlatform”。

[Newtonsoft.Json.JsonProperty(PropertyName="enableHotpatching")]
public bool? EnableHotpatching { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableHotpatching")>]
member this.EnableHotpatching : Nullable<bool> with get, set
Public Property EnableHotpatching As Nullable(Of Boolean)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于