Freigeben über


IWithInboundNatPool.DefineInboundNatPool(String) Methode

Definition

Beginnt mit der Definition eines neuen NAT-Pools, der dem Lastenausgleich hinzugefügt werden soll. Die Definition muss mit einem Aufruf von LoadBalancerInboundNatPool.DefinitionStages.WithAttach.attach() abgeschlossen werden.

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)

Parameter

name
String

Der Name des eingehenden NAT-Pools.

Gibt zurück

Gilt für: