次の方法で共有


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

定義

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

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

型パラメーター

ReturnT

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

派生
実装

メソッド

Attach()

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

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

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

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

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

(継承元 IWithQueryStringIncluded<ReturnT>)

適用対象