HasCookieBasedAffinity.UpdateDefinitionStages.WithCookieBasedAffinity<ReturnT> 接口
定义
The stage of a definition allowing to enable or disable cookie based affinity.
public interface WithCookieBasedAffinity<ReturnT>
类型参数
- ReturnT
the next stage of the definition
方法
withCookieBasedAffinity() |
Enables cookie based affinity. |
withoutCookieBasedAffinity() |
Disables cookie based affinity. |