VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool Interface

public interface WithPrimaryInternetFacingLoadBalancerNatPool extends VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer

The stage of a virtual machine scale set definition allowing to associate an inbound NAT pool of the selected Internet-facing load balancer with the primary network interface of the virtual machines in the scale set.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer withPrimaryInternetFacingLoadBalancerInboundNatPools(String...natPoolNames)

Associates the specified inbound NAT pools of the selected internal load balancer with the primary network interface of the virtual machines in the scale set.

Inherited Members

Method Details

withPrimaryInternetFacingLoadBalancerInboundNatPools

public WithPrimaryInternalLoadBalancer withPrimaryInternetFacingLoadBalancerInboundNatPools(String...natPoolNames)

Associates the specified inbound NAT pools of the selected internal load balancer with the primary network interface of the virtual machines in the scale set.

Parameters:

natPoolNames - inbound NAT pools names existing on the selected load balancer

Returns:

the next stage of the definition

Applies to