次の方法で共有


IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>.WithHealthyHttpResponseStatusCodeRanges メソッド

定義

正常と見なされるバックエンドの HTTP 応答状態コードの範囲を指定します。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithAttach<ReturnT> WithHealthyHttpResponseStatusCodeRanges(System.Collections.Generic.ISet<string> ranges);
abstract member WithHealthyHttpResponseStatusCodeRanges : System.Collections.Generic.ISet<string> -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithAttach<'ReturnT>
Public Function WithHealthyHttpResponseStatusCodeRanges (ranges As ISet(Of String)) As IWithAttach(Of ReturnT)

パラメーター

ranges
ISet<String>

"###-###" という形式で表される数値範囲 (既定値は "200-399" など)。

戻り値

適用対象