你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithCookieBasedAffinity<ParentT> 接口

定义

允许启用基于 Cookie 的相关性的应用程序网关请求路由规则的阶段。

public interface IWithCookieBasedAffinity<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.UpdateDefinition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>
type IWithCookieBasedAffinity<'ParentT> = interface
    interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
Public Interface IWithCookieBasedAffinity(Of ParentT)
Implements IWithCookieBasedAffinity(Of IWithAttach(Of ParentT))

类型参数

ParentT

定义的下一阶段。

派生
实现

方法

WithCookieBasedAffinity()

启用基于 Cookie 的相关性。

(继承自 IWithCookieBasedAffinity<ReturnT>)
WithoutCookieBasedAffinity()

禁用基于 Cookie 的相关性。

(继承自 IWithCookieBasedAffinity<ReturnT>)

适用于