次の方法で共有


ArmServiceTypeHealthPolicy.MaxPercentUnhealthyReplicasPerPartition プロパティ

定義

アプリケーションがエラーと見なされる前に、パーティションあたりのレプリカの最大割合を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象