次の方法で共有


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

定義

アプリケーション ゲートウェイ HTTP リスナーの最終段階。 この段階では、残りのオプション設定を指定することも、定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Definition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Definition.IWithProtocol<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Definition.IWithServerNameIndication<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasHostName.Definition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>>, Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.Definition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithProtocol<'ParentT>
    interface IWithHostName<'ParentT>
    interface IWithHostName<IWithAttach<IWithCreate>>
    interface IWithServerNameIndication<'ParentT>
    interface IWithServerNameIndication<IWithAttach<IWithCreate>>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithHostName(Of IWithAttach(Of IWithCreate)), IWithHostName(Of ParentT), IWithProtocol(Of ParentT), IWithServerNameIndication(Of IWithAttach(Of IWithCreate)), IWithServerNameIndication(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

アプリケーション ゲートウェイ HTTP リスナーの最終段階。 この段階では、残りのオプション設定を指定することも、定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。

(継承元 IInDefinition<ParentT>)
WithHostName(String)

参照するホスト名を指定します。

(継承元 IWithHostName<ReturnT>)
WithHttp()

リスナーが HTTP プロトコル用であることを指定します。

(継承元 IWithProtocol<ParentT>)
WithHttps()

リスナーが HTTPS プロトコル用であることを指定します。

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

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

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

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

(継承元 IWithServerNameIndication<ReturnT>)

適用対象