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

IUpdate 接口

定义

作为负载均衡器更新的一部分的整个负载均衡器后端更新。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.Update.IWithVirtualMachines, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithVirtualMachines
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithVirtualMachines
实现

方法

Parent()

作为负载均衡器更新的一部分的整个负载均衡器后端更新。

(继承自 ISettable<ParentT>)
WithExistingVirtualMachines(ICollection<IHasNetworkInterfaces>)

将指定的虚拟机集(假设它们来自同一可用性集)添加到此后端地址池。 这将添加对提供的一组虚拟机的主网络接口的主 IP 配置的引用。 如果虚拟机不在同一可用性集中,它们将不会与此后端关联。 只有这些虚拟机才会与已有网络接口的负载均衡器相关联。 将跳过没有网络接口的虚拟机。

(继承自 IWithVirtualMachines)
WithExistingVirtualMachines(IHasNetworkInterfaces[])

将指定的虚拟机集(假设它们来自同一可用性集)添加到此后端地址池。 这将添加对提供的一组虚拟机的主网络接口的主 IP 配置的引用。 如果虚拟机不在同一可用性集中,它们将不会与此后端关联。 只有这些虚拟机才会与已有网络接口的负载均衡器相关联。 将跳过没有网络接口的虚拟机。

(继承自 IWithVirtualMachines)
WithoutExistingVirtualMachines(IEnumerable<IHasNetworkInterfaces>)

从此后端地址池中删除指定的虚拟机集。

(继承自 IWithVirtualMachines)
WithoutExistingVirtualMachines(IHasNetworkInterfaces[])

从此后端地址池中删除指定的虚拟机集。

(继承自 IWithVirtualMachines)

适用于