Partager via


IWithFrontendPortRange<ParentT>.FromFrontendPortRange Méthode

Définition

Spécifie la plage de ports front-end à partir de laquelle recevoir le trafic réseau.

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

Paramètres

from
Int32

Numéro de port de départ, compris entre 1 et 65534.

to
Int32

Numéro de port de fin, supérieur au numéro de port de début et au plus 65534.

Retours

S’applique à