ApplicationGatewayProbe Interface
Implements
public interface ApplicationGatewayProbe
extends HasInnerModel<ApplicationGatewayProbeInner>, ChildResource<ApplicationGateway>, HasProtocol<ApplicationGatewayProtocol>
A client-side representation of an application gateway probe.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | healthyHttpResponseBodyContents() |
abstract Set<String> | healthyHttpResponseStatusCodeRanges() |
abstract String | host() |
abstract Boolean |
isHostNameFromBackendHttpSettings()
Whether probe uses the host name from the HTTP settings to which this probe is associated. |
abstract String | path() |
abstract int | retriesBeforeUnhealthy() |
abstract int | timeBetweenProbesInSeconds() |
abstract int | timeoutInSeconds() |
Method Details
healthyHttpResponseBodyContents
public abstract String healthyHttpResponseBodyContents()
Returns:
healthyHttpResponseStatusCodeRanges
public abstract Set
Returns:
host
public abstract String host()
Returns:
isHostNameFromBackendHttpSettings
public abstract Boolean isHostNameFromBackendHttpSettings()
Whether probe uses the host name from the HTTP settings to which this probe is associated.
Returns:
path
public abstract String path()
Returns:
retriesBeforeUnhealthy
public abstract int retriesBeforeUnhealthy()
Returns:
Acceptable values are from 1 second to 20.
timeBetweenProbesInSeconds
public abstract int timeBetweenProbesInSeconds()
Returns:
timeoutInSeconds
public abstract int timeoutInSeconds()
Returns:
Acceptable values are from 1 to 86400 seconds.
Applies to
Azure SDK for Java