ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithConnectionDraining<ReturnT> Interface

Type Parameters

ReturnT

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

public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithConnectionDraining

The stage of an application gateway backend HTTP configuration allowing to control connection draining.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withConnectionDrainingTimeoutInSeconds(int seconds)

Specifies the number of seconds when connection draining is active.

Method Details

withConnectionDrainingTimeoutInSeconds

public abstract ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach 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 definition

Applies to