次の方法で共有


IUpdate インターフェイス

定義

アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ プローブの更新の全体。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHealthyHttpResponseBodyContents, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHealthyHttpResponseStatusCodeRanges, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHost, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithInterval, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithPath, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithRetries, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithTimeout, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithProtocol
    interface IWithProtocol<IUpdate, ApplicationGatewayProtocol>
    interface IWithPath
    interface IWithHost
    interface IWithTimeout
    interface IWithInterval
    interface IWithRetries
    interface IWithHealthyHttpResponseStatusCodeRanges
    interface IWithHealthyHttpResponseStatusCodeRangesBeta
    interface IBeta
    interface IWithHealthyHttpResponseBodyContents
    interface IWithHealthyHttpResponseBodyContentsBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithHealthyHttpResponseBodyContents, IWithHealthyHttpResponseStatusCodeRanges, IWithHost, IWithInterval, IWithPath, IWithProtocol, IWithProtocol(Of IUpdate, ApplicationGatewayProtocol), IWithRetries, IWithTimeout
実装

メソッド

Parent()

アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ プローブの更新の全体。

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

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

(継承元 IWithHealthyHttpResponseBodyContentsBeta)
WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

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

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta)
WithHealthyHttpResponseStatusCodeRange(String)

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

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

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

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta)
WithHost(String)

プローブの送信先となるホスト名を指定します。

(継承元 IWithHost)
WithHttp()

プローブ プロトコルとして HTTP を指定します。

(継承元 IWithProtocol)
WithHttps()

プローブ プロトコルとして HTTPS を指定します。

(継承元 IWithProtocol)
WithoutHealthyHttpResponseStatusCodeRanges()

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

(継承元 IWithHealthyHttpResponseStatusCodeRangesBeta)
WithPath(String)

呼び出すプローブの相対パスを指定します。 プローブはプロトコル>://<host>:<port><パス>に<送信されます。

(継承元 IWithPath)
WithProtocol(ProtocolT)

トランスポート プロトコルを指定します。

(継承元 IWithProtocol<ReturnT,ProtocolT>)
WithRetriesBeforeUnhealthy(Int32)

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

(継承元 IWithRetries)
WithTimeBetweenProbesInSeconds(Int32)

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

(継承元 IWithInterval)
WithTimeoutInSeconds(Int32)

プローブが失敗したと見なされるまでの応答を待機する時間を秒単位で指定します。

(継承元 IWithTimeout)

適用対象