Compartilhar via


ApplicationGatewayBackendHttpSettings.RequestTimeout Propriedade

Definição

Obtém ou define o tempo limite da solicitação em segundos. Gateway de Aplicativo falhará na solicitação se a resposta não for recebida no RequestTimeout. Os valores aceitáveis são de 1 segundo a 86400 segundos.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a