Compartir a través de


ApplicationGatewayProbeInner.UnhealthyThreshold Propiedad

Definición

Obtiene o establece el número de reintentos de sondeo. El servidor back-end se marca como inactivo después de que el número de errores de sondeo consecutivo alcance UnhealthyThreshold. Los valores aceptables son de 1 segundo a 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a