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

IWithTimeout<ParentT>.WithTimeoutInSeconds(Int32) 方法

定义

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

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithAttach<ParentT> WithTimeoutInSeconds (int seconds);
abstract member WithTimeoutInSeconds : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithTimeoutInSeconds (seconds As Integer) As IWithAttach(Of ParentT)

参数

seconds
Int32

介于 1 和 86400 之间的秒数。

返回

适用于