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

ILoadBalancerOutboundRule 接口

定义

负载均衡器出站规则的客户端表示形式。

public interface ILoadBalancerOutboundRule : Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.OutboundRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerOutboundRule = interface
    interface IHasInner<OutboundRuleInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasProtocol<LoadBalancerOutboundRuleProtocol>
Public Interface ILoadBalancerOutboundRule
Implements IChildResource(Of ILoadBalancer), IHasInner(Of OutboundRuleInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of LoadBalancerOutboundRuleProtocol)
实现

属性

Backend

获取 DIP 的后端池。 出站流量在后端 IP 中的 IP 之间随机进行负载均衡。

Frontends

获取前端 IP 地址。

IdleTimeoutInMinutes

获取 TCP 空闲连接的超时。

Inner

负载均衡器出站规则的客户端表示形式。

(继承自 IHasInner<T>)
Key

负载均衡器出站规则的客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Protocol

获取协议。

(继承自 IHasProtocol<ProtocolT>)
TcpResetEnabled

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

适用于