次の方法で共有


RollingUpgradePolicy.MaxUnhealthyUpgradedInstancePercent プロパティ

定義

異常な状態にあることが検出できるアップグレードされた仮想マシン インスタンスの最大割合を取得または設定します。 このチェックは、各バッチがアップグレードされた後に発生します。 この割合を超えた場合、ローリング 更新プログラムは中止されます。 このパラメーターの既定値は 20% です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象