次の方法で共有


Probe.ProbeThreshold プロパティ

定義

このエンドポイントへのトラフィックの配信を許可または拒否するために、成功または失敗した連続したプローブの数を取得または設定します。 この値と等しい連続するプローブの数に失敗すると、エンドポイントはローテーションから取り出され、同じ数の正常な連続プローブを回転に戻す必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象