IDefinition<ReturnT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイ リダイレクト構成定義の全体。
public interface IDefinition<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IBlank<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithAttachAndPath<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithPathIncluded<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithQueryStringIncluded<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithTarget<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithType<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ReturnT>
type IDefinition<'ReturnT> = interface
interface IBlank<'ReturnT>
interface IWithType<'ReturnT>
interface IWithAttach<'ReturnT>
interface IInDefinition<'ReturnT>
interface IWithQueryStringIncluded<'ReturnT>
interface IWithAttachAndPath<'ReturnT>
interface IWithPathIncluded<'ReturnT>
interface IWithTarget<'ReturnT>
Public Interface IDefinition(Of ReturnT)
Implements IBlank(Of ReturnT), IInDefinition(Of ReturnT), IWithAttach(Of ReturnT), IWithAttachAndPath(Of ReturnT), IWithPathIncluded(Of ReturnT), IWithQueryStringIncluded(Of ReturnT), IWithTarget(Of ReturnT), IWithType(Of ReturnT)
型パラメーター
- ReturnT
この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。
- 実装
メソッド
Attach() |
アプリケーション ゲートウェイ リダイレクト構成定義の全体。 (継承元 IInDefinition<ParentT>) |
WithPathIncluded() |
リダイレクトされた URL にパスを含める必要があることを指定します。 この設定は、リダイレクトのターゲットが URL ではなくリスナーである場合にのみ有効です。 (継承元 IWithPathIncluded<ReturnT>) |
WithQueryStringIncluded() |
リダイレクトされた URL にクエリ文字列を含める必要があることを指定します。 (継承元 IWithQueryStringIncluded<ReturnT>) |
WithTargetListener(String) |
リダイレクト先のこのアプリケーション ゲートウェイのリスナーを指定します。 (継承元 IWithTarget<ReturnT>) |
WithTargetUrl(String) |
リダイレクト先の URL を指定します。 (継承元 IWithTarget<ReturnT>) |
WithType(ApplicationGatewayRedirectType) |
リダイレクトの種類を指定します。 (継承元 IWithType<ReturnT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET