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