LoadBalancer.UpdateStages.WithInboundNatPool Interface

public static interface LoadBalancer.UpdateStages.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
abstract Blank<Update> defineInboundNatPool(String name)

Begins the definition of a new inbound NAT pool.

abstract Update updateInboundNatPool(String name)

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

abstract Update withoutInboundNatPool(String name)

Removes the specified inbound NAT pool from the load balancer.

Method Details

defineInboundNatPool

public abstract 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 abstract 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 abstract LoadBalancer.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