次の方法で共有


IWithFrontendPortRange<ParentT>.FromFrontendPortRange メソッド

定義

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

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Definition.IWithBackendPort<ParentT> FromFrontendPortRange (int from, int to);
abstract member FromFrontendPortRange : int * int -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Definition.IWithBackendPort<'ParentT>
Public Function FromFrontendPortRange (from As Integer, to As Integer) As IWithBackendPort(Of ParentT)

パラメーター

from
Int32

開始ポート番号 (1 ~ 65534)。

to
Int32

開始ポート番号より大きく、65534 以下の終了ポート番号。

戻り値

適用対象