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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPoolwithPrimaryInternetFacingLoadBalancerBackends(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.WithPrimaryInternalLoadBalancer
withExistingPrimaryInternalLoadBalancer, withoutPrimaryInternalLoadBalancer
-
Methods inherited from interface com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool
withPrimaryInternetFacingLoadBalancerInboundNatPools
-
-
-
-
Method Detail
-
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
-
-