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

LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT> 接口

类型参数

ParentT

附加此定义后要返回到的父定义的阶段

public interface WithNumberOfProbes

HTTP 探测定义的阶段,允许在确定失败之前指定不成功的探测数。

方法摘要

修饰符和类型 方法和描述
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT> withNumberOfProbes(int probes)

指定在确定失败之前不成功的探测数。

方法详细信息

withNumberOfProbes

public WithAttach withNumberOfProbes(int probes)

指定在确定失败之前不成功的探测数。

Parameters:

probes - 探测数

Returns:

定义的下一阶段

适用于