VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool Interface

public interface WithInternalLoadBalancerBackendOrNatPool extends VirtualMachineScaleSet.DefinitionStages.WithInternalInternalLoadBalancerNatPool

The stage of a virtual machine scale set definition allowing to associate backend pools and/or inbound NAT pools of the selected internal 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.WithInternalInternalLoadBalancerNatPool withPrimaryInternalLoadBalancerBackends(String...backendNames)

Associates the specified backends of the selected load balancer with the primary network interface of the virtual machines in the scale set.

Inherited Members

Method Details

withPrimaryInternalLoadBalancerBackends

public WithInternalInternalLoadBalancerNatPool withPrimaryInternalLoadBalancerBackends(String...backendNames)

Associates the specified backends of the selected load balancer with the primary network interface of the virtual machines in the scale set.

Parameters:

backendNames - names of existing backends in the selected load balancer

Returns:

the next stage of the definition

Applies to