次の方法で共有


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

定義

負荷分散規則定義のステージ。負荷分散するフロントエンド ポートを指定できます。

public interface IWithFrontendPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.UpdateDefinition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithBackend<ReturnT>>
type IWithFrontendPort<'ReturnT> = interface
    interface IWithFrontendPort<IWithBackend<'ReturnT>>
Public Interface IWithFrontendPort(Of ReturnT)
Implements IWithFrontendPort(Of IWithBackend(Of ReturnT))

型パラメーター

ReturnT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

FromFrontendPort(Int32)

ネットワーク トラフィックを受信するフロントエンド ポートを指定します。

(継承元 IWithFrontendPort<ReturnT>)

適用対象