Compartir a través de


ApplicationGatewayBackendSettings.Timeout Propiedad

Definición

Obtiene o establece el tiempo de espera de conexión en segundos. Application Gateway producirá un error en la solicitud si la respuesta no se recibe en ConnectionTimeout. Los valores aceptables son de 1 segundo a 86400 segundos.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a