LoadBalancerHttpProbe Interface
Implements
public interface LoadBalancerHttpProbe
extends LoadBalancerProbe
A client-side representation of an HTTP load balancing probe.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
requestPath()
Gets the HTTP request path for the HTTP probe to call to check the health status. |
Method Details
requestPath
public abstract 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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java