次の方法で共有


IWithFrontendPortRange<ParentT>.FromFrontendPortRange メソッド

定義

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

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

パラメーター

from
Int32

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

to
Int32

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

戻り値

適用対象