ApplicationGatewayProbe.DefinitionStages.WithRetries<ParentT> Interface

Type Parameters

ParentT

the stage of the parent application gateway definition to return to after attaching this definition

public static interface ApplicationGatewayProbe.DefinitionStages.WithRetries

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withRetriesBeforeUnhealthy(int retryCount)

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

Method Details

withRetriesBeforeUnhealthy

public abstract ApplicationGatewayProbe.DefinitionStages.WithAttach 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 definition

Applies to