次の方法で共有


IWithFrontendPortRange.FromFrontendPortRange(Int32, Int32) メソッド

定義

フロントエンド ポート範囲を指定します。

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate FromFrontendPortRange(int from, int to);
abstract member FromFrontendPortRange : int * int -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate
Public Function FromFrontendPortRange (from As Integer, to As Integer) As IUpdate

パラメーター

from
Int32

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

to
Int32

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

戻り値

適用対象