Share via


IWithPrimaryInternalLoadBalancerBackendOrNatPool.WithPrimaryInternalLoadBalancerBackends Method

Definition

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

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

Parameters

backendNames
String[]

The names of existing backends on the selected load balancer.

Returns

Applies to