88 строки
7.4 KiB
YAML
88 строки
7.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayProbe"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbe"
|
|
name: "ApplicationGatewayProbe"
|
|
nameWithType: "ApplicationGatewayProbe"
|
|
summary: "A client-side representation of an application gateway probe."
|
|
syntax: "public interface **ApplicationGatewayProbe**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.ApplicationGatewayProbeInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayProbeInner&text=ApplicationGatewayProbeInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.network.model.HasProtocol?alt=com.microsoft.azure.management.network.model.HasProtocol&text=HasProtocol\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayProtocol?alt=com.microsoft.azure.management.network.ApplicationGatewayProtocol&text=ApplicationGatewayProtocol\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayProbe.healthyHttpResponseBodyContents()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbe.healthyHttpResponseBodyContents()"
|
|
name: "healthyHttpResponseBodyContents()"
|
|
nameWithType: "ApplicationGatewayProbe.healthyHttpResponseBodyContents()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String healthyHttpResponseBodyContents()"
|
|
returns:
|
|
description: "the body contents of an HTTP response to a probe to check for to determine backend health, or null if none specified"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayProbe.healthyHttpResponseStatusCodeRanges()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbe.healthyHttpResponseStatusCodeRanges()"
|
|
name: "healthyHttpResponseStatusCodeRanges()"
|
|
nameWithType: "ApplicationGatewayProbe.healthyHttpResponseStatusCodeRanges()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<String> healthyHttpResponseStatusCodeRanges()"
|
|
returns:
|
|
description: "HTTP response code ranges in the format ###-### returned by the backend which the probe considers healthy."
|
|
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayProbe.host()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbe.host()"
|
|
name: "host()"
|
|
nameWithType: "ApplicationGatewayProbe.host()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String host()"
|
|
returns:
|
|
description: "host name to send the probe to"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayProbe.path()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbe.path()"
|
|
name: "path()"
|
|
nameWithType: "ApplicationGatewayProbe.path()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String path()"
|
|
returns:
|
|
description: "the relative path to be called by the probe"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayProbe.retriesBeforeUnhealthy()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbe.retriesBeforeUnhealthy()"
|
|
name: "retriesBeforeUnhealthy()"
|
|
nameWithType: "ApplicationGatewayProbe.retriesBeforeUnhealthy()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int retriesBeforeUnhealthy()"
|
|
returns:
|
|
description: "the number of failed retry probes before the backend server is marked as being down\n <p>Acceptable values are from 1 second to 20."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayProbe.timeBetweenProbesInSeconds()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbe.timeBetweenProbesInSeconds()"
|
|
name: "timeBetweenProbesInSeconds()"
|
|
nameWithType: "ApplicationGatewayProbe.timeBetweenProbesInSeconds()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int timeBetweenProbesInSeconds()"
|
|
returns:
|
|
description: "the number of seconds between probe retries"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayProbe.timeoutInSeconds()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbe.timeoutInSeconds()"
|
|
name: "timeoutInSeconds()"
|
|
nameWithType: "ApplicationGatewayProbe.timeoutInSeconds()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int timeoutInSeconds()"
|
|
returns:
|
|
description: "the number of seconds waiting for a response after which the probe times out and it is marked as failed\n <p>Acceptable values are from 1 to 86400 seconds."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "A client-side representation of an application gateway probe."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.network.model.HasProtocol?alt=com.microsoft.azure.management.network.model.HasProtocol&text=HasProtocol\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayProtocol?alt=com.microsoft.azure.management.network.ApplicationGatewayProtocol&text=ApplicationGatewayProtocol\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.ApplicationGatewayProbeInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayProbeInner&text=ApplicationGatewayProbeInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|