次の方法で共有


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>)

適用対象