Share via


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

IApplicationGatewayProbeBeta 接口

定义

应用程序网关探测的客户端表示形式。

public interface IApplicationGatewayProbeBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IApplicationGatewayProbeBeta = interface
    interface IBeta
Public Interface IApplicationGatewayProbeBeta
Implements IBeta
派生
实现

属性

HealthyHttpResponseBodyContents

获取对探测的 HTTP 响应的正文内容,以检查确定后端运行状况;如果未指定,则为 null。

HealthyHttpResponseStatusCodeRanges

获取后端返回的格式为 ###-### 的 HTTP 响应代码范围,探测认为该范围正常。

适用于