IWithInboundNatPool.UpdateInboundNatPool(String) Method

Definition

Begins the description of an update to an existing inbound NAT pool.

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate UpdateInboundNatPool (string name);
abstract member UpdateInboundNatPool : string -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate
Public Function UpdateInboundNatPool (name As String) As IUpdate

Parameters

name
String

The name of the inbound NAT pool to update.

Returns

Applies to