VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer Interface
public interface WithPrimaryLoadBalancer extends VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer
The stage of a virtual machine scale set update allowing to specify load balancers for the primary network interface of the scale set virtual machines.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
Specifies the load balancer to be used as the Internet-facing load balancer for the virtual machines in the scale set. This will replace the current Internet-facing load balancer associated with the virtual machines in the scale set (if any). By default all the backend and inbound NAT pool of the load balancer will be associated with the primary network interface of the virtual machines unless a subset of them is selected in the next stages |
Inherited Members
Method Details
withExistingPrimaryInternetFacingLoadBalancer
public WithPrimaryInternetFacingLoadBalancerBackendOrNatPool withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
Specifies the load balancer to be used as the Internet-facing load balancer for the virtual machines in the scale set.
This will replace the current Internet-facing load balancer associated with the virtual machines in the scale set (if any). By default all the backend and inbound NAT pool of the load balancer will be associated with the primary network interface of the virtual machines unless a subset of them is selected in the next stages
Parameters:
Returns:
Applies to
Azure SDK for Java