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

定義

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

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

型パラメーター

ParentT

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

派生
実装

メソッド

ToBackendPort(Int32)

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

(継承元 IWithBackendPort<ReturnT>)

適用対象