Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDraining
-
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDrainingThe stage of an application gateway backend HTTP configuration allowing to control connection draining.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendHttpConfiguration.UpdatewithConnectionDrainingTimeoutInSeconds(int seconds)Specifies the number of seconds when connection draining is active.ApplicationGatewayBackendHttpConfiguration.UpdatewithoutConnectionDraining()Disables connection draining.
-
-
-
Method Detail
-
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
-
-