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

RollingUpgradePolicy.MaxUnhealthyInstancePercent 属性

定义

获取或设置规模集中可能同时处于不正常状态的虚拟机实例总数的最大百分比,这些实例可能是由于升级的结果,或者在滚动升级中止之前虚拟机运行状况检查发现处于不正常状态。 在启动任何批处理之前,将检查此约束。 此参数的默认值为 20%。

[Newtonsoft.Json.JsonProperty(PropertyName="maxUnhealthyInstancePercent")]
public int? MaxUnhealthyInstancePercent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxUnhealthyInstancePercent")>]
member this.MaxUnhealthyInstancePercent : Nullable<int> with get, set
Public Property MaxUnhealthyInstancePercent As Nullable(Of Integer)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于