ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithRequestTimeout<ParentT> Interface

Type Parameters

ParentT

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

public interface WithRequestTimeout

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ParentT> withRequestTimeout(int seconds)

Specifies the request timeout.

Method Details

withRequestTimeout

public WithAttach withRequestTimeout(int seconds)

Specifies the request timeout.

Parameters:

seconds - a number of seconds

Returns:

the next stage of the definition

Applies to