次の方法で共有


RollingUpgradePolicy.MaxBatchInstancePercent プロパティ

定義

1 つのバッチでのローリング アップグレードによって同時にアップグレードされる仮想マシン インスタンスの合計の最大割合を取得または設定します。 これは最大であるため、以前または将来のバッチの異常なインスタンスでは、信頼性を高めるために、バッチ内のインスタンスの割合が減少する可能性があります。 このパラメーターの既定値は 20% です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象