次の方法で共有


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

定義

サーバー名の表示を要求できるアプリケーション ゲートウェイ要求ルーティング規則定義のステージ。

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

型パラメーター

ParentT

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

実装

メソッド

WithoutServerNameIndication()

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

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

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

(継承元 IWithServerNameIndication<ReturnT>)

適用対象