Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithRequestTimeout
-
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithRequestTimeoutThe stage of an application gateway backend HTTP configuration allowing to specify the request timeout.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendHttpConfiguration.UpdatewithRequestTimeout(int seconds)Specifies the request timeout.
-
-
-
Method Detail
-
withRequestTimeout
ApplicationGatewayBackendHttpConfiguration.Update withRequestTimeout(int seconds)
Specifies the request timeout.- Parameters:
seconds- a number of seconds- Returns:
- the next stage of the definition
-
-