次の方法で共有


StatelessServiceProperties.MinInstancePercentage プロパティ

定義

minInstancePercentage は、アップグレードや非アクティブ化などの操作中に EnsureAvailability safety チェックを満たす必要がある InstanceCount の最小割合を取得または設定します。 実際に使用される数値は max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) です。 InstanceCount が -1 に設定されている場合、MinInstancePercentage の計算中に、-1 は最初に、サービスの配置制約に従ってインスタンスを配置できるノードの数に変換されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象