ApplicationGatewayProbe Interface

public interface ApplicationGatewayProbe extends HasInner,ChildResource,HasProtocol

A client-side representation of an application gateway probe.

Method Summary

Modifier and Type Method and Description
String host()
String path()
int retriesBeforeUnhealthy()

Acceptable values are from 1 second to 20.

int timeBetweenProbesInSeconds()
int timeoutInSeconds()

Acceptable values are from 1 to 86400 seconds.

Inherited Members

Method Details

host

public String host()

Returns:

host name to send the probe to

path

public String path()

Returns:

the relative path to be called by the probe

retriesBeforeUnhealthy

public int retriesBeforeUnhealthy()

Acceptable values are from 1 second to 20.

Returns:

the number of failed retry probes before the backend server is marked as being down

timeBetweenProbesInSeconds

public int timeBetweenProbesInSeconds()

Returns:

the number of seconds between probe retries

timeoutInSeconds

public int timeoutInSeconds()

Acceptable values are from 1 to 86400 seconds.

Returns:

the number of seconds waiting for a response after which the probe times out and it is marked as failed

Applies to