次の方法で共有


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

定義

アプリケーション ゲートウェイのリダイレクト構成のステージでは、クエリ文字列をリダイレクト URL またはその他のオプション設定に含めるかどうかを指定できます。

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

型パラメーター

ReturnT

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

派生
実装

メソッド

Attach()

アプリケーション ゲートウェイのリダイレクト構成のステージでは、クエリ文字列をリダイレクト URL またはその他のオプション設定に含めるかどうかを指定できます。

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

リダイレクトされた URL にパスを含める必要があることを指定します。 この設定は、リダイレクトのターゲットが URL ではなくリスナーである場合にのみ有効です。

(継承元 IWithPathIncluded<ReturnT>)
WithQueryStringIncluded()

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

(継承元 IWithQueryStringIncluded<ReturnT>)

適用対象