次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生
実装

メソッド

ToBackendHttpConfiguration(String)

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

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

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

(継承元 IWithBackendHttpConfiguration<ParentT>)
WithoutServerNameIndication()

サーバー名の表示 (SNI) が不要であることを確認します。

(継承元 IWithServerNameIndication<ReturnT>)
WithRedirectConfiguration(String)

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

(継承元 IWithRedirectConfigBeta<ParentT>)
WithServerNameIndication()

サーバー名の表示 (SNI) が必要です。

(継承元 IWithServerNameIndication<ReturnT>)

適用対象