IWithInboundNatPool.WithoutInboundNatPool(String) Method

Definition

Removes the specified inbound NAT pool from the load balancer.

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

Parameters

name
String

The name of an existing inbound NAT pool on this load balancer.

Returns

Applies to