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

IUpdate 接口

定义

作为负载均衡器更新的一部分的整个负载均衡器出站规则更新。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithIdleTimeout, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithTcpReset, 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, LoadBalancerOutboundRuleProtocol>
    interface IWithBackend
    interface IWithFrontend
    interface IWithIdleTimeout
    interface IWithTcpReset
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackend, IWithFrontend, IWithIdleTimeout, IWithProtocol, IWithProtocol(Of IUpdate, LoadBalancerOutboundRuleProtocol), IWithTcpReset
实现

方法

FromBackend(String)

为此负载均衡器上的出站流量指定后端池。

(继承自 IWithBackend)
Parent()

作为负载均衡器更新的一部分的整个负载均衡器出站规则更新。

(继承自 ISettable<ParentT>)
ToFrontend(String)

指定此负载均衡器上出站流量的前端。

(继承自 IWithFrontend)
ToFrontends(String[])

指定此负载均衡器上出站流量的前端。

(继承自 IWithFrontend)
WithEnableTcpReset(Boolean)

指定 TCP 流空闲超时或意外连接终止时的双向 TCP 重置。 仅在将协议设置为 TCP 后才使用此元素。

(继承自 IWithTcpReset)
WithIdleTimeoutInMinutes(Int32)

指定 TCP 空闲连接的超时。

(继承自 IWithIdleTimeout)
WithProtocol(ProtocolT)

指定传输协议。

(继承自 IWithProtocol<ReturnT,ProtocolT>)

适用于