LoadBalancer.UpdateStages.WithInboundNatPool Interface

public interface WithInboundNatPool

The stage of a load balancer update allowing to create a new inbound NAT pool for a virtual machine scale set.

Method Summary

Modifier and Type Method and Description
LoadBalancerInboundNatPool.UpdateDefinitionStages.Blank<LoadBalancer.Update> defineInboundNatPool(String name)

Begins the definition of a new inbound NAT pool.

LoadBalancerInboundNatPool.Update updateInboundNatPool(String name)

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

LoadBalancer.Update withoutInboundNatPool(String name)

Removes the specified inbound NAT pool from the load balancer.

Method Details

defineInboundNatPool

public LoadBalancerInboundNatPool.UpdateDefinitionStages.Blank defineInboundNatPool(String name)

Begins the definition of a new inbound NAT pool.

Parameters:

name - the name of the inbound NAT pool

Returns:

the first stage of the new inbound NAT pool definition

updateInboundNatPool

public LoadBalancerInboundNatPool.Update updateInboundNatPool(String name)

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

Parameters:

name - the name of the inbound NAT pool to update

Returns:

the first stage of the inbound NAT pool update

withoutInboundNatPool

public Update withoutInboundNatPool(String name)

Removes the specified inbound NAT pool from the load balancer.

Parameters:

name - the name of an existing inbound NAT pool on this load balancer

Returns:

the next stage of the update

Applies to