다음을 통해 공유


IWithInboundNatPool.DefineInboundNatPool(String) Method

Definition

Begins the definition of a new inbount NAT pool to add to the load balancer. The definition must be completed with a call to 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)

Parameters

name
String

The name of the inbound NAT pool.

Returns

Applies to