Interface ApplicationGatewayProbe.UpdateStages.WithRetries
- All Known Subinterfaces:
ApplicationGatewayProbe.Update
- Enclosing interface:
ApplicationGatewayProbe.UpdateStages
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 TypeMethodDescriptionwithRetriesBeforeUnhealthy(int retryCount) Specifies the number of retries before the server is considered unhealthy.
-
Method Details
-
withRetriesBeforeUnhealthy
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
-