Partager via


IWithFrontendPortRange.FromFrontendPortRange(Int32, Int32) Méthode

Définition

Spécifie la plage de ports front-end.

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate FromFrontendPortRange(int from, int to);
abstract member FromFrontendPortRange : int * int -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate
Public Function FromFrontendPortRange (from As Integer, to As Integer) As IUpdate

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 à