IWithPrimaryInternetFacingLoadBalancerBackendOrNatPool.WithPrimaryInternetFacingLoadBalancerBackends Method

Definition

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithPrimaryInternetFacingLoadBalancerNatPool WithPrimaryInternetFacingLoadBalancerBackends (params string[] backendNames);
abstract member WithPrimaryInternetFacingLoadBalancerBackends : string[] -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithPrimaryInternetFacingLoadBalancerNatPool
Public Function WithPrimaryInternetFacingLoadBalancerBackends (ParamArray backendNames As String()) As IWithPrimaryInternetFacingLoadBalancerNatPool

Parameters

backendNames
String[]

The names of existing backends in the selected load balancer.

Returns

Applies to