Interface ApplicationGatewayProbe.UpdateStages.WithRetries
-
- All Known Subinterfaces:
ApplicationGatewayProbe.Update
- Enclosing interface:
- ApplicationGatewayProbe.UpdateStages
public static interface ApplicationGatewayProbe.UpdateStages.WithRetriesStage of an application gateway probe update allowing to specify the number of retries before the server is considered unhealthy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayProbe.UpdatewithRetriesBeforeUnhealthy(int retryCount)Specifies the number of retries before the server is considered unhealthy.
-
-
-
Method Detail
-
withRetriesBeforeUnhealthy
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
-
-