ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinity Interface

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.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 Update withCookieBasedAffinity()

Enables cookie based affinity.

abstract Update withoutCookieBasedAffinity()

Disables cookie based affinity.

Method Details

withCookieBasedAffinity

public abstract ApplicationGatewayBackendHttpConfiguration.Update withCookieBasedAffinity()

Enables cookie based affinity.

Returns:

the next stage of the update

withoutCookieBasedAffinity

public abstract ApplicationGatewayBackendHttpConfiguration.Update withoutCookieBasedAffinity()

Disables cookie based affinity.

Returns:

the next stage of the update.

Applies to