次の方法で共有


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

定義

トラフィックを受信する Web サイトのホスト名を指定できるアプリケーション ゲートウェイ フロントエンド リスナー定義のステージ。

public interface IWithHostName<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>>
type IWithHostName<'ParentT> = interface
    interface IWithHostName<IWithAttach<IWithCreate>>
Public Interface IWithHostName(Of ParentT)
Implements IWithHostName(Of IWithAttach(Of IWithCreate))

型パラメーター

ParentT

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

派生
実装

メソッド

WithHostName(String)

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

(継承元 IWithHostName<ReturnT>)

適用対象