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

ILoadBalancerProbe 接口

定义

负载均衡探测的客户端表示形式。

public interface ILoadBalancerProbe : Microsoft.Azure.Management.Network.Fluent.IHasLoadBalancingRules, Microsoft.Azure.Management.Network.Fluent.IHasPort, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.ProbeProtocol>, 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.ProbeInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerProbe = interface
    interface IHasInner<ProbeInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasLoadBalancingRules
    interface IHasProtocol<ProbeProtocol>
    interface IHasPort
Public Interface ILoadBalancerProbe
Implements IChildResource(Of ILoadBalancer), IHasInner(Of ProbeInner), IHasLoadBalancingRules, IHasParent(Of ILoadBalancer), IHasPort, IHasProtocol(Of ProbeProtocol)
派生
实现

属性

Inner

负载均衡探测的客户端表示形式。

(继承自 IHasInner<T>)
IntervalInSeconds

获取探测之间的秒数。

Key

负载均衡探测的客户端表示形式。

(继承自 IIndexable)
LoadBalancingRules

从此负载均衡器获取关联的负载均衡规则,并按其名称编制索引。

(继承自 IHasLoadBalancingRules)
Name

获取资源的名称

(继承自 IHasName)
NumberOfProbes

获取在确定节点不正常之前失败的探测数。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Port

获取端口号。

(继承自 IHasPort)
Protocol

获取协议。

(继承自 IHasProtocol<ProtocolT>)

适用于