IWithAttachAndPath<ReturnT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイのリダイレクト構成のステージでは、クエリ文字列をリダイレクト 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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET