IWithPrimaryInternetFacingLoadBalancerNatPool Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of a virtual machine scale set definition 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.
public interface IWithPrimaryInternetFacingLoadBalancerNatPool : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithPrimaryInternalLoadBalancer
type IWithPrimaryInternetFacingLoadBalancerNatPool = interface
interface IWithPrimaryInternalLoadBalancer
Public Interface IWithPrimaryInternetFacingLoadBalancerNatPool
Implements IWithPrimaryInternalLoadBalancer
- Derived
- Implements
Methods
WithExistingPrimaryInternalLoadBalancer(ILoadBalancer) |
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. (Inherited from IWithPrimaryInternalLoadBalancer) |
WithoutPrimaryInternalLoadBalancer() |
Specifies that no internal load balancer should be associated with the primary network interfaces of the virtual machines in the scale set. (Inherited from IWithPrimaryInternalLoadBalancer) |
WithPrimaryInternetFacingLoadBalancerInboundNatPools(String[]) |
Associates the specified inbound NAT pools of the selected internal load balancer with the primary network interface of the virtual machines in the scale set. |
Applies to
Azure SDK for .NET