次の方法で共有


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

定義

アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ リダイレクト構成定義の全体。

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

型パラメーター

ReturnT

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

実装

メソッド

Attach()

アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ リダイレクト構成定義の全体。

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

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

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

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

(継承元 IWithQueryStringIncluded<ReturnT>)
WithTargetListener(String)

リダイレクト先のこのアプリケーション ゲートウェイのリスナーを指定します。

(継承元 IWithTarget<ReturnT>)
WithTargetUrl(String)

リダイレクト先の URL を指定します。

(継承元 IWithTarget<ReturnT>)
WithType(ApplicationGatewayRedirectType)

リダイレクトの種類を指定します。

(継承元 IWithType<ReturnT>)

適用対象