你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerBackend Interface

public interface WithoutPrimaryLoadBalancerBackend

The stage of a virtual machine scale set update allowing to remove the association between the primary network interface configuration and a backend of a load balancer.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternalLoadBalancerBackends(String...backendNames)

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

VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternetFacingLoadBalancerBackends(String...backendNames)

Removes the associations between the primary network interface configuration and the specfied backends of the Internet-facing load balancer.

Method Details

withoutPrimaryInternalLoadBalancerBackends

public WithApply withoutPrimaryInternalLoadBalancerBackends(String...backendNames)

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

Parameters:

backendNames - existing backend names

Returns:

the next stage of the update

withoutPrimaryInternetFacingLoadBalancerBackends

public WithApply withoutPrimaryInternetFacingLoadBalancerBackends(String...backendNames)

Removes the associations between the primary network interface configuration and the specfied backends of the Internet-facing load balancer.

Parameters:

backendNames - existing backend names

Returns:

the next stage of the update

Applies to