ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAffinity<ReturnT> Interface

Type Parameters

ReturnT

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

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAffinity

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

Method Summary

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

Enables cookie based affinity.

abstract WithAttach<ReturnT> withoutCookieBasedAffinity()

Disables cookie based affinity.

Method Details

withCookieBasedAffinity

public abstract ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach withCookieBasedAffinity()

Enables cookie based affinity.

Returns:

the next stage of the update

withoutCookieBasedAffinity

public abstract ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach withoutCookieBasedAffinity()

Disables cookie based affinity.

Returns:

the next stage of the update

Applies to