Share via


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

IWithHealthyHttpResponseStatusCodeRangesBeta 接口

定义

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

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

方法

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

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

WithHealthyHttpResponseStatusCodeRange(String)

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

WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

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

WithoutHealthyHttpResponseStatusCodeRanges()

删除所有正常的 HTTP 状态响应代码范围。

适用于