Interface LoadBalancerProbe
- All Superinterfaces:
ChildResource<LoadBalancer>
,HasInner<com.microsoft.azure.management.network.implementation.ProbeInner>
,HasLoadBalancingRules
,HasName
,HasParent<LoadBalancer>
,HasPort
,HasProtocol<ProbeProtocol>
,Indexable
- All Known Subinterfaces:
LoadBalancerHttpProbe
,LoadBalancerTcpProbe
public interface LoadBalancerProbe
extends HasInner<com.microsoft.azure.management.network.implementation.ProbeInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules, HasProtocol<ProbeProtocol>, HasPort
A client-side representation of a load balancing probe.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.microsoft.azure.management.network.model.HasPort
HasPort.DefinitionStages, HasPort.UpdateDefinitionStages, HasPort.UpdateStages
Nested classes/interfaces inherited from interface com.microsoft.azure.management.network.model.HasProtocol
HasProtocol.DefinitionStages, HasProtocol.UpdateDefinitionStages, HasProtocol.UpdateStages
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.network.model.HasLoadBalancingRules
loadBalancingRules
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.network.model.HasProtocol
protocol
-
Method Details
-
intervalInSeconds
int intervalInSeconds()- Returns:
- number of seconds between probes
-
numberOfProbes
int numberOfProbes()- Returns:
- number of failed probes before the node is determined to be unhealthy
-