次の方法で共有


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

定義

アプリケーション ゲートウェイ プローブ定義の最終段階。 この段階では、残りのオプション設定を指定することも、プローブ定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。

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

型パラメーター

ReturnT

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

派生
実装

メソッド

Attach()

子定義を親リソース定義にアタッチします。

(継承元 IInDefinitionAlt<ParentT>)
WithHealthyHttpResponseBodyContents(String)

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

(継承元 IWithHealthyHttpResponseBodyContentsBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

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

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRange(String)

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

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

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

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithRetriesBeforeUnhealthy(Int32)

サーバーが異常と見なされるまでの再試行回数を指定します。

(継承元 IWithRetries<ParentT>)
WithTimeBetweenProbesInSeconds(Int32)

連続するプローブ間の時間間隔を秒単位で指定します。

(継承元 IWithInterval<ParentT>)

適用対象