Interface VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool
- All Superinterfaces:
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer
,VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged
,VirtualMachineScaleSet.DefinitionManagedOrUnmanaged
,VirtualMachineScaleSet.DefinitionShared
,VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool
extends VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool
The stage of a virtual machine scale set definition allowing to associate a backend pool and/or 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 TypeMethodDescriptionwithPrimaryInternetFacingLoadBalancerBackends
(String... backendNames) Associates the specified backends of the selected load balancer with the primary network interface of the virtual machines in the scale set.Methods inherited from interface com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer
withExistingPrimaryInternalLoadBalancer, withoutPrimaryInternalLoadBalancer
Methods inherited from interface com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool
withPrimaryInternetFacingLoadBalancerInboundNatPools
-
Method Details
-
withPrimaryInternetFacingLoadBalancerBackends
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool withPrimaryInternetFacingLoadBalancerBackends(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
- the names of existing backends in the selected load balancer- Returns:
- the next stage of the definition
-