26 строки
1.5 KiB
YAML
26 строки
1.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.LoadBalancerHttpProbe"
|
|
fullName: "com.microsoft.azure.management.network.LoadBalancerHttpProbe"
|
|
name: "LoadBalancerHttpProbe"
|
|
nameWithType: "LoadBalancerHttpProbe"
|
|
summary: "A client-side representation of an HTTP load balancing probe."
|
|
syntax: "public interface **LoadBalancerHttpProbe**</br> extends <xref href=\"com.microsoft.azure.management.network.LoadBalancerProbe?alt=com.microsoft.azure.management.network.LoadBalancerProbe&text=LoadBalancerProbe\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.LoadBalancerHttpProbe.requestPath()"
|
|
fullName: "com.microsoft.azure.management.network.LoadBalancerHttpProbe.requestPath()"
|
|
name: "requestPath()"
|
|
nameWithType: "LoadBalancerHttpProbe.requestPath()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String requestPath()"
|
|
returns:
|
|
description: "the HTTP request path for the HTTP probe to call to check the health status"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "A client-side representation of an HTTP load balancing probe."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.network.LoadBalancerProbe?alt=com.microsoft.azure.management.network.LoadBalancerProbe&text=LoadBalancerProbe\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|