次の方法で共有


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

定義

アプリケーション ゲートウェイがバックエンドで複数の Web サイトにサービスを提供していて、SSL が必要かどうかをサーバー名で示すことを許可する、アプリケーション ゲートウェイ要求ルーティング規則定義のステージ。

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

型パラメーター

ParentT

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

派生
実装

メソッド

ToBackendHttpConfiguration(String)

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

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

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

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

サーバー名表示 (SNI) が必要ないことを確認します。

(継承元 IWithServerNameIndication<ReturnT>)
WithServerNameIndication()

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

(継承元 IWithServerNameIndication<ReturnT>)

適用対象