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

LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT> 接口

类型参数

ParentT

父资源类型

public interface WithIntervalInSeconds

允许指定探测间隔的 TCP 探测定义的阶段。

方法摘要

修饰符和类型 方法和描述
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT> withIntervalInSeconds(int seconds)

指定探测之间的间隔(以秒为单位)。

方法详细信息

withIntervalInSeconds

public WithAttach withIntervalInSeconds(int seconds)

指定探测之间的间隔(以秒为单位)。

Parameters:

seconds - 秒数

Returns:

定义的下一阶段

适用于