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

ApplicationGatewayProbe.TimeoutInSeconds 属性

定义

探测超时(以秒为单位)。 如果在此超时期限内未收到有效响应,则探测标记为失败。 可接受的值为 1 秒到 86400 秒。

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

属性值

适用于