IWithoutPrimaryLoadBalancerBackend.WithoutPrimaryInternalLoadBalancerBackends Method

Definition

Removes the associations between the primary network interface configuration and the specified backends of the internal load balancer.

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

Parameters

backendNames
String[]

Existing backend names.

Returns

Applies to