public static interface VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool |
withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
Specifies an Internet-facing load balancer whose backends and/or NAT pools can be assigned to the primary
network interfaces of the virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer |
withoutPrimaryInternetFacingLoadBalancer()
Specifies that no public load balancer should be associated with the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
By default, all the backends and inbound NAT pools of the load balancer will be associated with the primary network interface of the scale set virtual machines.
loadBalancer
- an existing Internet-facing load balancerVirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer withoutPrimaryInternetFacingLoadBalancer()
Copyright © 2019. All rights reserved.