Interface LoadBalancerHttpProbe
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ProbeInner>,HasLoadBalancingRules,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<LoadBalancer>,HasPort,HasProtocol<ProbeProtocol>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,LoadBalancerProbe
public interface LoadBalancerHttpProbe extends LoadBalancerProbe
A client-side representation of an HTTP load balancing probe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerHttpProbe.Definition<ParentT>The entirety of a probe definition.static interfaceLoadBalancerHttpProbe.DefinitionStagesGrouping of probe definition stages.static interfaceLoadBalancerHttpProbe.UpdateThe entirety of a probe update as part of a load balancer update.static interfaceLoadBalancerHttpProbe.UpdateDefinition<ParentT>The entirety of a probe definition as part of a load balancer update.static interfaceLoadBalancerHttpProbe.UpdateDefinitionStagesGrouping of probe definition stages applicable as part of a load balancer update.static interfaceLoadBalancerHttpProbe.UpdateStagesGrouping of probe update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringrequestPath()-
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 Detail
-
requestPath
String requestPath()
- Returns:
- the HTTP request path for the HTTP probe to call to check the health status
-
-