IWithPrimaryInternetFacingLoadBalancerBackendOrNatPool Interface

Definition

The stage of a virtual machine scale set definition allowing to associate a backend pool and/or 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 IWithPrimaryInternetFacingLoadBalancerBackendOrNatPool : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithPrimaryInternetFacingLoadBalancerNatPool
type IWithPrimaryInternetFacingLoadBalancerBackendOrNatPool = interface
    interface IWithPrimaryInternetFacingLoadBalancerNatPool
    interface IWithPrimaryInternalLoadBalancer
Public Interface IWithPrimaryInternetFacingLoadBalancerBackendOrNatPool
Implements IWithPrimaryInternetFacingLoadBalancerNatPool
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)
WithPrimaryInternetFacingLoadBalancerBackends(String[])

Associates the specified backends of the selected load balancer with the primary network interface of the virtual machines in the scale set.

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.

(Inherited from IWithPrimaryInternetFacingLoadBalancerNatPool)

Applies to