ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinity Interface

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

Enables cookie based affinity.

ApplicationGatewayBackendHttpConfiguration.Update withoutCookieBasedAffinity()

Disables cookie based affinity.

Method Details

withCookieBasedAffinity

public Update withCookieBasedAffinity()

Enables cookie based affinity.

Returns:

the next stage of the update

withoutCookieBasedAffinity

public Update withoutCookieBasedAffinity()

Disables cookie based affinity.

Returns:

the next stage of the update.

Applies to