Partager via


IWithFrontendPortRange<ParentT>.FromFrontendPortRange Méthode

Définition

Spécifie la plage de ports front-end.

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithAttach<ParentT> FromFrontendPortRange (int from, int to);
abstract member FromFrontendPortRange : int * int -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithAttach<'ParentT>
Public Function FromFrontendPortRange (from As Integer, to As Integer) As IWithAttach(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 pas plus de 65534.

Retours

S’applique à