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

定義

アプリケーション ゲートウェイリダイレクト構成の最終段階。 この段階では、残りのオプション設定を指定することも、定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。

public interface IWithAttach<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithQueryStringIncluded<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ReturnT>
type IWithAttach<'ReturnT> = interface
    interface IInDefinition<'ReturnT>
    interface IWithQueryStringIncluded<'ReturnT>
Public Interface IWithAttach(Of ReturnT)
Implements IInDefinition(Of ReturnT), IWithQueryStringIncluded(Of ReturnT)

型パラメーター

ReturnT

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

派生
実装

メソッド

Attach()

アプリケーション ゲートウェイリダイレクト構成の最終段階。 この段階では、残りのオプション設定を指定することも、定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。

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

リダイレクトされた URL にクエリ文字列を含める必要があることを指定します。

(継承元 IWithQueryStringIncluded<ReturnT>)

適用対象