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.UpdateStagesNested 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
innerMethods inherited from interface com.microsoft.azure.management.network.model.HasLoadBalancingRules
loadBalancingRulesMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parentMethods 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
-