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

IWithNumberOfProbes<ParentT> 接口

定义

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

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

类型参数

ParentT

父资源类型。

派生

方法

WithNumberOfProbes(Int32)

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

适用于