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

IWithProbe 接口

定义

允许添加负载均衡探测的负载均衡器定义的阶段。

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

方法

DefineHttpProbe(String)

开始定义要添加到负载均衡器的新 HTTP 探测。

DefineHttpsProbe(String)

开始定义要添加到负载均衡器的新 HTTPS 探测。

DefineTcpProbe(String)

开始定义要添加到负载均衡器的新 TCP 探测。

适用于