Compartilhar via


ApplicationGatewayBackendSettings.Timeout Propriedade

Definição

Obtém ou define o tempo limite da conexão em segundos. Gateway de Aplicativo falhará na solicitação se a resposta não for recebida em ConnectionTimeout. Os valores aceitáveis são 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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a