ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithRequestTimeout Interface

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithRequestTimeout

The stage of an application gateway backend HTTP configuration allowing to specify the request timeout.

Method Summary

Modifier and Type Method and Description
abstract Update withRequestTimeout(int seconds)

Specifies the request timeout.

Method Details

withRequestTimeout

public abstract ApplicationGatewayBackendHttpConfiguration.Update withRequestTimeout(int seconds)

Specifies the request timeout.

Parameters:

seconds - a number of seconds

Returns:

the next stage of the definition

Applies to