ApplicationGatewayProbe.UpdateStages.WithRetries Interface

public static interface ApplicationGatewayProbe.UpdateStages.WithRetries

Stage of an application gateway probe update allowing to specify the number of retries before the server is considered unhealthy.

Method Summary

Modifier and Type Method and Description
abstract Update withRetriesBeforeUnhealthy(int retryCount)

Specifies the number of retries before the server is considered unhealthy.

Method Details

withRetriesBeforeUnhealthy

public abstract ApplicationGatewayProbe.Update withRetriesBeforeUnhealthy(int retryCount)

Specifies the number of retries before the server is considered unhealthy.

Parameters:

retryCount - a number between 1 and 20

Returns:

the next stage of the update

Applies to