次の方法で共有


ArmServiceTypeHealthPolicy.MaxPercentUnhealthyPartitionsPerService プロパティ

定義

アプリケーションがエラーと見なされる前に、サービスごとに許容されるパーティションの最大割合を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象