Partager via


IWithDestinationPort<ParentT>.ToPortRange(Int32, Int32) Méthode

Définition

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

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

Paramètres

from
Int32

Numéro de port de départ.

to
Int32

Numéro de port de fin.

Retours

S’applique à