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

VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancer Interface

public interface WithoutPrimaryLoadBalancer

The stage of a virtual machine scale set update allowing to remove the public and internal load balancer from the primary network interface configuration.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternalLoadBalancer()

Removes the association between the internal load balancer and the primary network interface configuration.

This removes the association between primary network interface configuration and all the backends and inbound NAT pools in the load balancer.

VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternetFacingLoadBalancer()

Removes the association between the Internet-facing load balancer and the primary network interface configuration.

This removes the association between primary network interface configuration and all the backends and inbound NAT pools in the load balancer.

Method Details

withoutPrimaryInternalLoadBalancer

public WithApply withoutPrimaryInternalLoadBalancer()

Removes the association between the internal load balancer and the primary network interface configuration.

This removes the association between primary network interface configuration and all the backends and inbound NAT pools in the load balancer.

Returns:

the next stage of the update

withoutPrimaryInternetFacingLoadBalancer

public WithApply withoutPrimaryInternetFacingLoadBalancer()

Removes the association between the Internet-facing load balancer and the primary network interface configuration.

This removes the association between primary network interface configuration and all the backends and inbound NAT pools in the load balancer.

Returns:

the next stage of the update

Applies to