次の方法で共有


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

定義

バックエンド構成またはリダイレクト構成を選択できるアプリケーション ゲートウェイ要求ルーティング規則定義のステージ。

public interface IWithBackendHttpConfigOrRedirect<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendHttpConfiguration<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithRedirectConfig<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithRedirectConfigBeta<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBackendHttpConfigOrRedirect<'ParentT> = interface
    interface IWithBackendHttpConfiguration<'ParentT>
    interface IWithRedirectConfig<'ParentT>
    interface IWithRedirectConfigBeta<'ParentT>
    interface IBeta
Public Interface IWithBackendHttpConfigOrRedirect(Of ParentT)
Implements IBeta, IWithBackendHttpConfiguration(Of ParentT), IWithRedirectConfig(Of ParentT), IWithRedirectConfigBeta(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

ToBackendHttpConfiguration(String)

指定したバックエンド HTTP 設定構成をこの要求ルーティング規則に関連付けます。 バックエンド構成がまだ存在しない場合は、アプリケーション ゲートウェイ定義の省略可能な部分で定義する必要があります。 要求ルーティング規則は、名前によってのみ参照します。

(継承元 IWithBackendHttpConfiguration<ParentT>)
ToBackendHttpPort(Int32)

指定したバックエンド ポートと HTTP プロトコルのバックエンド HTTP 設定構成を作成し、この要求ルーティング規則に関連付けます。 この新しく作成された構成には、自動生成された名前が使用されます。

(継承元 IWithBackendHttpConfiguration<ParentT>)
WithRedirectConfiguration(String)

指定したリダイレクト構成をこの要求ルーティング規則に関連付けます。

(継承元 IWithRedirectConfigBeta<ParentT>)

適用対象