次の方法で共有


IWithPort インターフェイス

定義

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

public interface IWithPort : Microsoft.Azure.Management.Network.Fluent.HasPort.Update.IWithPort<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IUpdate>
type IWithPort = interface
    interface IWithPort<IUpdate>
Public Interface IWithPort
Implements IWithPort(Of IUpdate)
派生
実装

メソッド

WithPort(Int32)

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

(継承元 IWithPort<ReturnT>)

適用対象