Interface VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool
-
- All Superinterfaces:
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged,VirtualMachineScaleSet.DefinitionManagedOrUnmanaged,VirtualMachineScaleSet.DefinitionShared,VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool extends VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer
The stage of a virtual machine scale set definition allowing to associate 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.WithPrimaryInternalLoadBalancerwithPrimaryInternetFacingLoadBalancerInboundNatPools(String... natPoolNames)Associates the specified inbound NAT pools of the selected internal 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
-
-
-
-
Method Detail
-
withPrimaryInternetFacingLoadBalancerInboundNatPools
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer withPrimaryInternetFacingLoadBalancerInboundNatPools(String... natPoolNames)
Associates the specified inbound NAT pools of the selected internal load balancer with the primary network interface of the virtual machines in the scale set.- Parameters:
natPoolNames- inbound NAT pools names existing on the selected load balancer- Returns:
- the next stage of the definition
-
-