次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

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

(継承元 IInUpdateAlt<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>)

適用対象