Share via


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

IWithHealthyHttpResponseStatusCodeRanges<ReturnT> 接口

定义

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

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

类型参数

ReturnT

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

派生
实现

方法

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

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

(继承自 IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRange(String)

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

(继承自 IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

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

(继承自 IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)

适用于