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

ApplicationGatewayBackendHttpSettings.RequestTimeoutInSeconds 属性

定义

请求超时(以秒为单位)。 如果在 RequestTimeout 中未收到响应,应用程序网关请求将失败。 可接受的值为 1 秒到 86400 秒。

public int? RequestTimeoutInSeconds { get; set; }
member this.RequestTimeoutInSeconds : Nullable<int> with get, set
Public Property RequestTimeoutInSeconds As Nullable(Of Integer)

属性值

适用于