次の方法で共有


IWithHealthyHttpResponseBodyContents<ReturnT> インターフェイス

定義

プローブに対する正常な HTTP 応答の本文の内容を指定できるアプリケーション ゲートウェイ プローブ定義のステージ。

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

型パラメーター

ReturnT

この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。

派生
実装

メソッド

WithHealthyHttpResponseBodyContents(String)

バックエンドの正常性状態を判断するために、プローブに対する HTTP 応答の本文で検索するコンテンツ (存在する場合) を指定します。

(継承元 IWithHealthyHttpResponseBodyContentsBeta<ReturnT>)

適用対象