IWithCookieBasedAffinity<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
定義の次のステージ。
- 派生
- 実装
-
IWithCookieBasedAffinity<IWithAttach<ParentT>>
メソッド
WithCookieBasedAffinity() |
Cookie ベースのアフィニティを有効にします。 (継承元 IWithCookieBasedAffinity<ReturnT>) |
WithoutCookieBasedAffinity() |
Cookie ベースのアフィニティを無効にします。 (継承元 IWithCookieBasedAffinity<ReturnT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET