次の方法で共有


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

定義

アプリケーション ゲートウェイ要求ルーティング規則定義のステージ。リスナーがトラフィックを受信するためのバックエンド Web サイトのホスト名を指定できます。

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

型パラメーター

ParentT

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

派生
実装

メソッド

WithHostName(String)

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

(継承元 IWithHostName<ReturnT>)

適用対象