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

IUpdate 接口

定义

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

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

方法

Parent()

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

(继承自 ISettable<ParentT>)
WithExistingSubnet(INetwork, String)

将指定的子网分配到内部负载均衡器的此专用前端。

(继承自 IWithSubnet)
WithPrivateIPAddressDynamic()

在关联的子网中启用动态专用 IP 地址分配。

(继承自 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

在关联的子网中分配指定的静态专用 IP 地址。

(继承自 IWithPrivateIPAddress<ReturnT>)

适用于