Partager via


IWithInboundNatPool.DefineInboundNatPool(String) Méthode

Définition

Commence la définition d’un nouveau pool NAT à ajouter à l’équilibreur de charge. La définition doit être complétée par un appel à LoadBalancerInboundNatPool.DefinitionStages.WithAttach.attach().

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Definition.IBlank<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatPool> DefineInboundNatPool (string name);
abstract member DefineInboundNatPool : string -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Definition.IBlank<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatPool>
Public Function DefineInboundNatPool (name As String) As IBlank(Of IWithCreateAndInboundNatPool)

Paramètres

name
String

Nom du pool NAT entrant.

Retours

S’applique à