LoadBalancer.DefinitionStages.WithInboundNatPool Interface

public interface 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
LoadBalancerInboundNatPool.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool> 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 attach()

Method Details

defineInboundNatPool

public 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 attach()

Parameters:

name - the name of the inbound NAT pool

Returns:

the first stage of the new inbound NAT pool definition

Applies to