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

IWithTimeout<ParentT> 接口

定义

应用程序网关探测定义的阶段,允许指定探测被视为失败的时间量。

public interface IWithTimeout<ParentT>
type IWithTimeout<'ParentT> = interface
Public Interface IWithTimeout(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的父应用程序网关更新的阶段。

派生

方法

WithTimeoutInSeconds(Int32)

指定在探测被视为失败之前等待响应的时间(以秒为单位)。

适用于