Interface ApplicationGatewayProbe.DefinitionStages.WithRetries<ParentT>

Type Parameters:
ParentT - the stage of the parent application gateway definition to return to after attaching this definition
All Known Subinterfaces:
ApplicationGatewayProbe.Definition<ParentT>, ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT>
Enclosing interface:
ApplicationGatewayProbe.DefinitionStages

public static interface ApplicationGatewayProbe.DefinitionStages.WithRetries<ParentT>
Stage of an application gateway probe definition allowing to specify the number of retries before the server is considered unhealthy.
  • Method Details

    • withRetriesBeforeUnhealthy

      ApplicationGatewayProbe.DefinitionStages.WithAttach<ParentT> 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