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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java