Interface LoadBalancerHttpProbe
- All Superinterfaces:
ChildResource<LoadBalancer>
,HasInner<com.microsoft.azure.management.network.implementation.ProbeInner>
,HasLoadBalancingRules
,HasName
,HasParent<LoadBalancer>
,HasPort
,HasProtocol<ProbeProtocol>
,Indexable
,LoadBalancerProbe
A client-side representation of an HTTP load balancing probe.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of a probe definition.static interface
Grouping of probe definition stages.static interface
The entirety of a probe update as part of a load balancer update.static interface
The entirety of a probe definition as part of a load balancer update.static interface
Grouping of probe definition stages applicable as part of a load balancer update.static interface
Grouping of probe update stages. -
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
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancerProbe
intervalInSeconds, numberOfProbes
-
Method Details
-
requestPath
String requestPath()- Returns:
- the HTTP request path for the HTTP probe to call to check the health status
-