LoadBalancerProbe Interface
Implements
HasLoadBalancingRules
HasPort
HasProtocol<ProbeProtocol>
ChildResource<LoadBalancer>
HasInnerModel<ProbeInner>
public interface LoadBalancerProbe
extends HasInnerModel<ProbeInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules, HasProtocol<ProbeProtocol>, HasPort
A client-side representation of a load balancing probe.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract int |
intervalInSeconds()
Gets number of seconds between probes. |
abstract int |
numberOfProbes()
Gets number of failed probes before the node is determined to be unhealthy. |
Method Details
intervalInSeconds
public abstract int intervalInSeconds()
Gets number of seconds between probes.
Returns:
number of seconds between probes
numberOfProbes
public abstract int numberOfProbes()
Gets number of failed probes before the node is determined to be unhealthy.
Returns:
number of failed probes before the node is determined to be unhealthy
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java