次の方法で共有


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

定義

バックエンド ポートを指定できる受信 NAT プール定義のステージ。

public interface IWithBackendPort<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Definition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Definition.IWithAttach<ParentT>>
type IWithBackendPort<'ParentT> = interface
    interface IWithBackendPort<IWithAttach<'ParentT>>
Public Interface IWithBackendPort(Of ParentT)
Implements IWithBackendPort(Of IWithAttach(Of ParentT))

型パラメーター

ParentT

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

派生
実装

メソッド

ToBackendPort(Int32)

ネットワーク トラフィックの送信先のバックエンド ポートを指定します。 指定しない場合、フロントエンドで使用されるものと同じバックエンド ポート番号が想定されます。

(継承元 IWithBackendPort<ReturnT>)

適用対象