VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool Interface
public interface WithPrimaryInternalLoadBalancerNatPool extends VirtualMachineScaleSet.UpdateStages.WithApply
The stage of a virtual machine scale set update allowing to associate inbound NAT pools of the selected internal load balancer with the primary network interface of the virtual machines in the scale set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withPrimaryInternalLoadBalancerInboundNatPools(String...natPoolNames)
Associates the specified internal load balancer inbound NAT pools with the the primary network interface of the virtual machines in the scale set. |
Inherited Members
Method Details
withPrimaryInternalLoadBalancerInboundNatPools
public WithApply withPrimaryInternalLoadBalancerInboundNatPools(String...natPoolNames)
Associates the specified internal load balancer inbound NAT pools with the the primary network interface of the virtual machines in the scale set.
Parameters:
Returns:
Applies to
Azure SDK for Java