你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ILoadBalancerHttpProbe 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
HTTP 负载均衡探测的客户端表示形式。
public interface ILoadBalancerHttpProbe : 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 ILoadBalancerHttpProbe = 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 ILoadBalancerHttpProbe
Implements IChildResource(Of ILoadBalancer), IHasInner(Of ProbeInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of ProbeProtocol), ILoadBalancerProbe
- 实现
属性
Inner |
HTTP 负载均衡探测的客户端表示形式。 (继承自 IHasInner<T>) |
IntervalInSeconds |
获取探测之间的秒数。 (继承自 ILoadBalancerProbe) |
Key |
HTTP 负载均衡探测的客户端表示形式。 (继承自 IIndexable) |
LoadBalancingRules |
从此负载均衡器获取关联的负载均衡规则,并按其名称编制索引。 (继承自 IHasLoadBalancingRules) |
Name |
获取资源的名称 (继承自 IHasName) |
NumberOfProbes |
获取在确定节点不正常之前失败的探测数。 (继承自 ILoadBalancerProbe) |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
Port |
获取端口号。 (继承自 IHasPort) |
Protocol |
获取协议。 (继承自 IHasProtocol<ProtocolT>) |
RequestPath |
获取 HTTP 探测要调用的 HTTP 请求路径,检查运行状况。 |