你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于