Compartir vía


VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool Interface

public interface WithPrimaryInternetFacingLoadBalancerBackendOrNatPool extends VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool

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.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool withPrimaryInternetFacingLoadBalancerBackends(String...backendNames)

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

Inherited Members

Method Details

withPrimaryInternetFacingLoadBalancerBackends

public WithPrimaryInternetFacingLoadBalancerNatPool withPrimaryInternetFacingLoadBalancerBackends(String...backendNames)

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

Parameters:

backendNames - the names of existing backends in the selected load balancer

Returns:

the next stage of the definition

Applies to