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

定義

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

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithCookieBasedAffinity<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.Definition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasHostName.Definition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithHostName<'ParentT>
    interface IWithHostName<IWithAttach<'ParentT>>
    interface IWithCookieBasedAffinity<'ParentT>
    interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithCookieBasedAffinity(Of IWithAttach(Of ParentT)), IWithCookieBasedAffinity(Of ParentT), IWithHostName(Of IWithAttach(Of ParentT)), IWithHostName(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻るアプリケーション ゲートウェイ定義のステージ。

派生
実装

メソッド

Attach()

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

(継承元 IInDefinition<ParentT>)
WithCookieBasedAffinity()

Cookie ベースのアフィニティを有効にします。

(継承元 IWithCookieBasedAffinity<ReturnT>)
WithHostName(String)

参照するホスト名を指定します。

(継承元 IWithHostName<ReturnT>)
WithoutCookieBasedAffinity()

Cookie ベースのアフィニティを無効にします。

(継承元 IWithCookieBasedAffinity<ReturnT>)

適用対象