Share via


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

IWithHealthyHttpResponseBodyContents<ReturnT> 接口

定义

应用程序网关探测定义的阶段,允许指定对探测的正常 HTTP 响应的正文内容。

public interface IWithHealthyHttpResponseBodyContents<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithHealthyHttpResponseBodyContentsBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHealthyHttpResponseBodyContents<'ReturnT> = interface
    interface IWithHealthyHttpResponseBodyContentsBeta<'ReturnT>
    interface IBeta
Public Interface IWithHealthyHttpResponseBodyContents(Of ReturnT)
Implements IBeta, IWithHealthyHttpResponseBodyContentsBeta(Of ReturnT)

类型参数

ReturnT

附加此定义后要返回到的父应用程序网关定义的阶段。

派生
实现

方法

WithHealthyHttpResponseBodyContents(String)

指定要在 HTTP 响应的正文中查找的内容(如果有)探测,以确定后端的运行状况。

(继承自 IWithHealthyHttpResponseBodyContentsBeta<ReturnT>)

适用于