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

ILoadBalancerTcpProbe 接口

定义

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

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

属性

Inner

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

(继承自 IHasInner<T>)
IntervalInSeconds

获取探测之间的秒数。

(继承自 ILoadBalancerProbe)
Key

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

(继承自 IIndexable)
LoadBalancingRules

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

(继承自 IHasLoadBalancingRules)
Name

获取资源的名称

(继承自 IHasName)
NumberOfProbes

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

(继承自 ILoadBalancerProbe)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Port

获取端口号。

(继承自 IHasPort)
Protocol

获取协议。

(继承自 IHasProtocol<ProtocolT>)

适用于