Interface ApplicationGatewayProbe.UpdateDefinitionStages.WithRetries<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway update to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayProbe.UpdateDefinition<ParentT>, ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
ApplicationGatewayProbe.UpdateDefinitionStages
public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithRetries<ParentT>
Stage of an application gateway probe definition 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
ApplicationGatewayProbe.UpdateDefinitionStages.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
-