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

IWithoutPrimaryLoadBalancerBackend 接口

定义

虚拟机规模集更新的阶段,允许删除主网络接口配置与负载均衡器后端之间的关联。

public interface IWithoutPrimaryLoadBalancerBackend
type IWithoutPrimaryLoadBalancerBackend = interface
Public Interface IWithoutPrimaryLoadBalancerBackend
派生

方法

WithoutPrimaryInternalLoadBalancerBackends(String[])

删除主网络接口配置与内部负载均衡器的指定后端之间的关联。

WithoutPrimaryInternetFacingLoadBalancerBackends(String[])

删除主要网络接口配置与面向 Internet 的负载均衡器的指定后端之间的关联。

适用于