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

IUpdate 接口

定义

作为负载均衡器更新的一部分的整个入站 NAT 池更新。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Update.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.Update.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithBackendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithFrontendPortRange, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithProtocol, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithProtocol
    interface IWithProtocol<IUpdate, TransportProtocol>
    interface IWithFrontend
    interface IWithFrontend<IUpdate>
    interface IWithBackendPort
    interface IWithBackendPort<IUpdate>
    interface IWithFrontendPortRange
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackendPort, IWithBackendPort(Of IUpdate), IWithFrontend, IWithFrontend(Of IUpdate), IWithFrontendPortRange, IWithProtocol, IWithProtocol(Of IUpdate, TransportProtocol)
实现

方法

FromFrontend(String)

指定前端。

(继承自 IWithFrontend<ReturnT>)
FromFrontendPortRange(Int32, Int32)

指定前端端口范围。

(继承自 IWithFrontendPortRange)
Parent()

作为负载均衡器更新的一部分的整个入站 NAT 池更新。

(继承自 ISettable<ParentT>)
ToBackendPort(Int32)

指定要将网络流量发送到的后端端口。

(继承自 IWithBackendPort<ReturnT>)
WithProtocol(ProtocolT)

指定传输协议。

(继承自 IWithProtocol<ReturnT,ProtocolT>)

适用于