Share via


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

IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT> 接口

定义

允许指定正常 HTTP 响应状态代码范围的应用程序网关探测定义的阶段。

public interface IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHealthyHttpResponseStatusCodeRangesBeta<'ReturnT> = interface
    interface IBeta
Public Interface IWithHealthyHttpResponseStatusCodeRangesBeta(Of ReturnT)
Implements IBeta

类型参数

ReturnT

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

派生
实现

方法

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

添加要被视为正常的后端 HTTP 响应状态代码的指定范围。

WithHealthyHttpResponseStatusCodeRange(String)

添加要被视为正常的后端 HTTP 响应状态代码的指定范围。

WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

指定要被视为正常的后端 HTTP 响应状态代码的范围。

适用于