66 строки
3.5 KiB
YAML
66 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
inheritedMembers:
|
|
- com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner()
|
|
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent.parent()
|
|
- com.microsoft.azure.management.network.model.HasProtocol.protocol()
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.network.ApplicationGatewayProbe.host()
|
|
name: host()
|
|
nameWithType: ApplicationGatewayProbe.host()
|
|
returns:
|
|
description: <p>host name to send the probe to </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
syntax: public String host()
|
|
uid: com.microsoft.azure.management.network.ApplicationGatewayProbe.host()
|
|
- fullName: com.microsoft.azure.management.network.ApplicationGatewayProbe.path()
|
|
name: path()
|
|
nameWithType: ApplicationGatewayProbe.path()
|
|
returns:
|
|
description: <p>the relative path to be called by the probe </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
syntax: public String path()
|
|
uid: com.microsoft.azure.management.network.ApplicationGatewayProbe.path()
|
|
- fullName: com.microsoft.azure.management.network.ApplicationGatewayProbe.retriesBeforeUnhealthy()
|
|
name: retriesBeforeUnhealthy()
|
|
nameWithType: ApplicationGatewayProbe.retriesBeforeUnhealthy()
|
|
returns:
|
|
description: <p>the number of failed retry probes before the backend server is marked as being down </p>
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>
|
|
|
|
Acceptable values are from 1 second to 20. </p>
|
|
syntax: public int retriesBeforeUnhealthy()
|
|
uid: com.microsoft.azure.management.network.ApplicationGatewayProbe.retriesBeforeUnhealthy()
|
|
- fullName: com.microsoft.azure.management.network.ApplicationGatewayProbe.timeBetweenProbesInSeconds()
|
|
name: timeBetweenProbesInSeconds()
|
|
nameWithType: ApplicationGatewayProbe.timeBetweenProbesInSeconds()
|
|
returns:
|
|
description: <p>the number of seconds between probe retries </p>
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int timeBetweenProbesInSeconds()
|
|
uid: com.microsoft.azure.management.network.ApplicationGatewayProbe.timeBetweenProbesInSeconds()
|
|
- fullName: com.microsoft.azure.management.network.ApplicationGatewayProbe.timeoutInSeconds()
|
|
name: timeoutInSeconds()
|
|
nameWithType: ApplicationGatewayProbe.timeoutInSeconds()
|
|
returns:
|
|
description: <p>the number of seconds waiting for a response after which the probe times out and it is marked as failed </p>
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>
|
|
|
|
Acceptable values are from 1 to 86400 seconds. </p>
|
|
syntax: public int timeoutInSeconds()
|
|
uid: com.microsoft.azure.management.network.ApplicationGatewayProbe.timeoutInSeconds()
|
|
nameWithType: ApplicationGatewayProbe
|
|
syntax: public interface ApplicationGatewayProbe extends HasInner<ApplicationGatewayProbeInner>,ChildResource<ApplicationGateway>,HasProtocol<ApplicationGatewayProtocol>
|
|
type: interface
|
|
uid: com.microsoft.azure.management.network.ApplicationGatewayProbe
|
|
fullName: com.microsoft.azure.management.network.ApplicationGatewayProbe
|
|
name: ApplicationGatewayProbe
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>A client-side representation of an application gateway probe. </p>
|
|
metadata: {}
|