ApplicationGatewayProbe.DefinitionStages.WithRetries<ParentT> Interface

Type Parameters

ParentT

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

public interface 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
ApplicationGatewayProbe.DefinitionStages.WithAttach<ParentT> withRetriesBeforeUnhealthy(int retryCount)

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

Method Details

withRetriesBeforeUnhealthy

public 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