你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer Interface
public interface WithPrimaryInternalLoadBalancer
The stage of a virtual machine scale set definition allowing to specify an internal load balancer for the primary network interface of the virtual machines in the scale set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
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. 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. |
Virtual |
withoutPrimaryInternalLoadBalancer()
Specifies that no internal load balancer should be associated with the primary network interfaces of the virtual machines in the scale set. |
Method Details
withExistingPrimaryInternalLoadBalancer
public 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.
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.
Parameters:
Returns:
withoutPrimaryInternalLoadBalancer
public WithOS withoutPrimaryInternalLoadBalancer()
Specifies that no internal load balancer should be associated with the primary network interfaces of the virtual machines in the scale set.
Returns: