次の方法で共有


ServiceTypeHealthPolicy.MaxPercentUnhealthyServices プロパティ

定義

異常なサービスに対して許容される最大割合を取得または設定します。

パーセンテージは、アプリケーションがエラーと見なされる前に異常になる可能性があるサービスの最大許容割合を表します。 割合が考慮されているが、異常なサービスが少なくとも 1 つ存在する場合、正常性は警告として評価されます。 これは、特定のサービスの種類の異常なサービスの数を、特定のサービスの種類のサービスの合計数で割ることによって計算されます。 計算は、少数のサービスで 1 つの障害を許容するように切り上げられます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象