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

AutomaticOSUpgradePolicy.EnableAutomaticOSUpgrade 属性

定义

获取或设置指示当较新版本的 OS 映像可用时,是否应以滚动方式自动将 OS 升级应用于规模集实例。 默认值为 false。 <br><br>如果对于基于 Windows 的规模集,这设置为 true, enableAutomaticUpdates 将自动设置为 false,并且不能设置为 true。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于