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

ApplicationGatewayBackendSettings.TimeoutInSeconds 属性

定义

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

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

属性值

适用于