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

IWithProbe 接口

定义

负载均衡规则更新的阶段,允许指定要与规则关联的探测。

public interface IWithProbe
type IWithProbe = interface
Public Interface IWithProbe
派生

方法

WithoutProbe()

删除与探测的任何关联,并回退到 Azure 的默认探测机制。

WithProbe(String)

将此负载均衡器的指定现有 HTTP 或 TCP 探测与负载均衡规则相关联。

适用于