Bagikan melalui


IWithInboundNatPool.DefineInboundNatPool(String) Method

Definition

Begins the definition of a new inbound NAT pool.

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

Parameters

name
String

The name of the inbound NAT pool.

Returns

Applies to