Interface VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool

All Superinterfaces:
VirtualMachineScaleSet.DefinitionStages.WithInternalInternalLoadBalancerNatPool, VirtualMachineScaleSet.DefinitionStages.WithOS
All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged, VirtualMachineScaleSet.DefinitionManagedOrUnmanaged, VirtualMachineScaleSet.DefinitionShared, VirtualMachineScaleSet.DefinitionUnmanaged
Enclosing interface:
VirtualMachineScaleSet.DefinitionStages

public static interface VirtualMachineScaleSet.DefinitionStages.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 Details

    • withPrimaryInternalLoadBalancerBackends

      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.
      Parameters:
      backendNames - names of existing backends in the selected load balancer
      Returns:
      the next stage of the definition