次の方法で共有


ApplicationGatewayProbe.UnhealthyThreshold プロパティ

定義

プローブの再試行回数を取得または設定します。 バックエンド サーバーは、連続するプローブエラー数が UnhealthyThreshold に達した後にマークされます。 使用できる値は 1 秒から 20 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象