ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDraining Interface

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDraining

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

Method Summary

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

Specifies the number of seconds when connection draining is active.

abstract Update withoutConnectionDraining()

Disables connection draining.

Method Details

withConnectionDrainingTimeoutInSeconds

public abstract ApplicationGatewayBackendHttpConfiguration.Update 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 update

withoutConnectionDraining

public abstract ApplicationGatewayBackendHttpConfiguration.Update withoutConnectionDraining()

Disables connection draining.

Returns:

the next stage of the update

Applies to