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

ILoadBalancingRule 接口

定义

HTTP 负载均衡规则的客户端表示形式。

public interface ILoadBalancingRule : Microsoft.Azure.Management.Network.Fluent.IHasBackendPort, Microsoft.Azure.Management.Network.Fluent.IHasFloatingIP, Microsoft.Azure.Management.Network.Fluent.IHasFrontend, Microsoft.Azure.Management.Network.Fluent.IHasFrontendPort, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, 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.LoadBalancingRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancingRule = interface
    interface IHasInner<LoadBalancingRuleInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasBackendPort
    interface IHasFrontend
    interface IHasFloatingIP
    interface IHasProtocol<TransportProtocol>
    interface IHasFrontendPort
Public Interface ILoadBalancingRule
Implements IChildResource(Of ILoadBalancer), IHasBackendPort, IHasFloatingIP, IHasFrontend, IHasFrontendPort, IHasInner(Of LoadBalancingRuleInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of TransportProtocol)
实现

属性

Backend

获取与负载均衡规则关联的后端。

BackendPort

获取网络流量发送到的后端端口号。

(继承自 IHasBackendPort)
FloatingIPEnabled

获取浮动 IP 启用的状态。

(继承自 IHasFloatingIP)
Frontend

获取关联的前端。

(继承自 IHasFrontend)
FrontendPort

获取接收入站网络流量的前端端口号。

(继承自 IHasFrontendPort)
IdleTimeoutInMinutes

获取关闭非活动连接之前的分钟数。

Inner

HTTP 负载均衡规则的客户端表示形式。

(继承自 IHasInner<T>)
Key

HTTP 负载均衡规则的客户端表示形式。

(继承自 IIndexable)
LoadDistribution

获取负载分布的方法。

Name

获取资源的名称

(继承自 IHasName)
OutboundSnatDisabled

为后端池中的 VM 配置 SNAT,以使用负载均衡规则前端中指定的 publicIP 地址。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Probe

获取与负载均衡规则关联的探测。

Protocol

获取协议。

(继承自 IHasProtocol<ProtocolT>)

适用于