Partager via


IWithSourcePort<ParentT>.FromPortRange(Int32, Int32) Méthode

Définition

Spécifie la plage de ports source à laquelle cette règle s’applique.

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

Paramètres

from
Int32

Numéro de port de départ.

to
Int32

Numéro de port de fin.

Retours

S’applique à