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

IWithProbe 接口

定义

允许修改探测的应用程序网关更新阶段。

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

方法

DefineProbe(String)

开始新探测的定义。

UpdateProbe(String)

开始更新现有探测。

WithoutProbe(String)

从应用程序网关中删除探测。 后端 HTTP 配置中对此探测的任何引用将自动删除。

适用于