次の方法で共有


IWithAttach<ParentT> インターフェイス

定義

アプリケーション ゲートウェイ要求ルーティング規則定義の最終段階。 この段階では、残りのオプション設定を指定することも、定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。

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

適用対象