Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDraining
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDraining
The stage of an application gateway backend HTTP configuration allowing to control connection draining.
-
Method Summary
Modifier and TypeMethodDescriptionwithConnectionDrainingTimeoutInSeconds(int seconds) Specifies the number of seconds when connection draining is active.Disables connection draining.
-
Method Details
-
withConnectionDrainingTimeoutInSeconds
ApplicationGatewayBackendHttpConfiguration.Update withConnectionDrainingTimeoutInSeconds(int seconds) Specifies the number of seconds when connection draining is active.- Parameters:
seconds- a number of seconds between 1 and 3600- Returns:
- the next stage of the update
-
withoutConnectionDraining
ApplicationGatewayBackendHttpConfiguration.Update withoutConnectionDraining()Disables connection draining.- Returns:
- the next stage of the update
-