LoadBalancer.DefinitionStages.WithInboundNatPool Interface

public static interface LoadBalancer.DefinitionStages.WithInboundNatPool

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

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreateAndInboundNatPool> defineInboundNatPool(String name)

Begins the definition of a new inbount NAT pool to add to the load balancer.

Method Details

defineInboundNatPool

public abstract LoadBalancerInboundNatPool.DefinitionStages.Blank defineInboundNatPool(String name)

Begins the definition of a new inbount NAT pool to add to the load balancer.

The definition must be completed with a call to LoadBalancerInboundNatPool.DefinitionStages.WithAttach#attach()

Parameters:

name - the name of the inbound NAT pool

Returns:

the first stage of the new inbound NAT pool definition

Applies to