Interface LoadBalancerHttpProbe
- All Superinterfaces:
ChildResource<LoadBalancer>,HasInnerModel<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 interfaceThe entirety of a probe definition.static interfaceGrouping of probe definition stages.static interfaceThe entirety of a probe update as part of a load balancer update.static interfaceThe entirety of a probe definition as part of a load balancer update.static interfaceGrouping of probe definition stages applicable as part of a load balancer update.static interfaceGrouping of probe update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the HTTP request path for the HTTP probe to call to check the health status.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.network.models.HasLoadBalancingRules
loadBalancingRulesMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.network.models.HasProtocol
protocolMethods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerProbe
intervalInSeconds, numberOfProbes
-
Method Details
-
requestPath
String requestPath()Gets the HTTP request path for the HTTP probe to call to check the health status.- Returns:
- the HTTP request path for the HTTP probe to call to check the health status
-