次の方法で共有


IWithHealthyHttpResponseStatusCodeRanges インターフェイス

定義

正常な HTTP 応答状態コード範囲を指定できるアプリケーション ゲートウェイ プローブ更新のステージ。

public interface IWithHealthyHttpResponseStatusCodeRanges : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHealthyHttpResponseStatusCodeRangesBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHealthyHttpResponseStatusCodeRanges = interface
    interface IWithHealthyHttpResponseStatusCodeRangesBeta
    interface IBeta
Public Interface IWithHealthyHttpResponseStatusCodeRanges
Implements IBeta, IWithHealthyHttpResponseStatusCodeRangesBeta
派生
実装

メソッド

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

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

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta)
WithHealthyHttpResponseStatusCodeRange(String)

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

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta)
WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

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

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta)
WithoutHealthyHttpResponseStatusCodeRanges()

正常な HTTP 状態応答コード範囲をすべて削除します。

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta)

適用対象