public static interface VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool |
withExistingPrimaryInternalLoadBalancer(LoadBalancer loadBalancer)
Specifies the internal load balancer whose backends and/or NAT pools can be assigned to the primary network
interface of the virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithOS |
withoutPrimaryInternalLoadBalancer()
Specifies that no internal load balancer should be associated with the primary network interfaces of the
virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool withExistingPrimaryInternalLoadBalancer(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 virtual machines in the scale set, unless subset of them is selected in the next stages.
loadBalancer
- an existing internal load balancerVirtualMachineScaleSet.DefinitionStages.WithOS withoutPrimaryInternalLoadBalancer()
Copyright © 2019. All rights reserved.