你当前正在访问 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.LoadBalancerInboundNatRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Update.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.Update.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.Update.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithBackendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithFloatingIP, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithFrontendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithIdleTimeout, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.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 IWithBackendPort
    interface IWithBackendPort<IUpdate>
    interface IWithFloatingIP
    interface IWithFloatingIP<IUpdate>
    interface IWithFrontend
    interface IWithFrontend<IUpdate>
    interface IWithFrontendPort
    interface IWithFrontendPort<IUpdate>
    interface IWithIdleTimeout
    interface IWithProtocol
    interface IWithProtocol<IUpdate, TransportProtocol>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackendPort, IWithBackendPort(Of IUpdate), IWithFloatingIP, IWithFloatingIP(Of IUpdate), IWithFrontend, IWithFrontend(Of IUpdate), IWithFrontendPort, IWithFrontendPort(Of IUpdate), IWithIdleTimeout, IWithProtocol, IWithProtocol(Of IUpdate, TransportProtocol)
实现

方法

FromFrontend(String)

指定前端。

(继承自 IWithFrontend<ReturnT>)
FromFrontendPort(Int32)

指定要接收网络流量的前端端口。

(继承自 IWithFrontendPort<ReturnT>)
Parent()

作为负载均衡器更新的一部分的入站 NAT 规则更新的全部内容。

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

指定要向其发送网络流量的后端端口。

(继承自 IWithBackendPort<ReturnT>)
WithFloatingIP(Boolean)

设置浮动 IP 启用。

(继承自 IWithFloatingIP<ReturnT>)
WithFloatingIPDisabled()

禁用浮动 IP 支持。

(继承自 IWithFloatingIP<ReturnT>)
WithFloatingIPEnabled()

启用浮动 IP 支持。

(继承自 IWithFloatingIP<ReturnT>)
WithIdleTimeoutInMinutes(Int32)

指定空闲连接超时(以分钟为单位)。

(继承自 IWithIdleTimeout)
WithProtocol(ProtocolT)

指定传输协议。

(继承自 IWithProtocol<ReturnT,ProtocolT>)

适用于