IWithAffinity Interface

Definition

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

public interface IWithAffinity
type IWithAffinity = interface
Public Interface IWithAffinity
Derived

Methods

WithCookieBasedAffinity()

Enables cookie based affinity.

WithoutCookieBasedAffinity()

Disables cookie based affinity.

Applies to