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