次の方法で共有


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

適用対象