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 Summary
Modifier and TypeMethodDescriptionwithPrimaryInternalLoadBalancerBackends(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.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithInternalInternalLoadBalancerNatPool
withPrimaryInternalLoadBalancerInboundNatPoolsMethods inherited from interface com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithOS
withGeneralizedLinuxCustomImage, withGeneralizedWindowsCustomImage, withLatestLinuxImage, withLatestWindowsImage, withPopularLinuxImage, withPopularWindowsImage, withSpecializedLinuxCustomImage, withSpecializedWindowsCustomImage, withSpecificLinuxImageVersion, withSpecificWindowsImageVersion, withStoredLinuxImage, withStoredWindowsImage
-
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
-