次の方法で共有


IWithPort<ReturnT> インターフェイス

定義

ポート番号を指定できるアプリケーション ゲートウェイ バックエンド HTTP 構成のステージ。

public interface IWithPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasPort.UpdateDefinition.IWithPort<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.UpdateDefinition.IWithAttach<ReturnT>>
type IWithPort<'ReturnT> = interface
    interface IWithPort<IWithAttach<'ReturnT>>
Public Interface IWithPort(Of ReturnT)
Implements IWithPort(Of IWithAttach(Of ReturnT))

型パラメーター

ReturnT

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

派生
実装

メソッド

WithPort(Int32)

ポート番号を指定します。

(継承元 IWithPort<ReturnT>)

適用対象