次の方法で共有


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

定義

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

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

型パラメーター

ReturnT

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

派生
実装

メソッド

Attach()

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

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

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

(継承元 IWithQueryStringIncluded<ReturnT>)

適用対象