ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAffinity<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.WithAffinity

The stage of an application gateway backend HTTP configuration allowing to enable cookie based affinity.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withCookieBasedAffinity()

Enables cookie based affinity.

Method Details

withCookieBasedAffinity

public abstract ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach withCookieBasedAffinity()

Enables cookie based affinity.

Returns:

the next stage of the update

Applies to