ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithRequestTimeout<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent application gateway update to return to after attaching this definition

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.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 WithAttach<ReturnT> withRequestTimeout(int seconds)

Specifies the request timeout.

Method Details

withRequestTimeout

public abstract ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach withRequestTimeout(int seconds)

Specifies the request timeout.

Parameters:

seconds - a number of seconds

Returns:

the next stage of the definition

Applies to