ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAffinity<ParentT> Interface

Type Parameters

ParentT

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

public interface WithAffinity

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ParentT> withCookieBasedAffinity()

Enables cookie based affinity.

Method Details

withCookieBasedAffinity

public WithAttach withCookieBasedAffinity()

Enables cookie based affinity.

Returns:

the next stage of the update

Applies to