次の方法で共有


IWithSourcePort<ParentT>.FromPortRange(Int32, Int32) メソッド

定義

この規則を適用するソース ポート範囲を指定します。

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

パラメーター

from
Int32

開始ポート番号。

to
Int32

終了ポート番号。

戻り値

適用対象