IWithAttach<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイ要求ルーティング規則定義の最終段階。 この段階では、残りのオプション設定を指定することも、定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithCookieBasedAffinity<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithRedirectConfig<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithRedirectConfigBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.UpdateDefinition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasHostName.UpdateDefinition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAttach<'ParentT> = interface
interface IInUpdate<'ParentT>
interface IWithHostName<'ParentT>
interface IWithHostName<IWithAttach<'ParentT>>
interface IWithCookieBasedAffinity<'ParentT>
interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
interface IWithRedirectConfig<'ParentT>
interface IWithRedirectConfigBeta<'ParentT>
interface IBeta
Public Interface IWithAttach(Of ParentT)
Implements IBeta, IInUpdate(Of ParentT), IWithCookieBasedAffinity(Of IWithAttach(Of ParentT)), IWithCookieBasedAffinity(Of ParentT), IWithHostName(Of IWithAttach(Of ParentT)), IWithHostName(Of ParentT), IWithRedirectConfig(Of ParentT), IWithRedirectConfigBeta(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻るアプリケーション ゲートウェイ定義のステージ。
- 派生
- 実装
メソッド
Attach() |
アプリケーション ゲートウェイ要求ルーティング規則定義の最終段階。 この段階では、残りのオプション設定を指定することも、定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。 (継承元 IInUpdate<ParentT>) |
WithCookieBasedAffinity() |
Cookie ベースのアフィニティを有効にします。 (継承元 IWithCookieBasedAffinity<ReturnT>) |
WithHostName(String) |
参照するホスト名を指定します。 (継承元 IWithHostName<ReturnT>) |
WithoutCookieBasedAffinity() |
Cookie ベースのアフィニティを無効にします。 (継承元 IWithCookieBasedAffinity<ReturnT>) |
WithRedirectConfiguration(String) |
指定したリダイレクト構成をこの要求ルーティング規則に関連付けます。 (継承元 IWithRedirectConfigBeta<ParentT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET