次の方法で共有


IUpdate インターフェイス

定義

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

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithPathIncluded, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithQueryStringIncluded, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithTarget, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithTarget
    interface IWithType
    interface IWithPathIncluded
    interface IWithQueryStringIncluded
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithPathIncluded, IWithQueryStringIncluded, IWithTarget, IWithType
実装

メソッド

Parent()

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

(継承元 ISettable<ParentT>)
WithoutPathIncluded()

リダイレクトされた URL にパスを含めないように指定します。

(継承元 IWithPathIncluded)
WithoutQueryStringIncluded()

リダイレクトされた URL にクエリ文字列を含めないように指定します。

(継承元 IWithQueryStringIncluded)
WithoutTargetListener()

ターゲット リスナーへの参照を削除します。

(継承元 IWithTarget)
WithoutTargetUrl()

ターゲット URL への参照を削除します。

(継承元 IWithTarget)
WithPathIncluded()

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

(継承元 IWithPathIncluded)
WithQueryStringIncluded()

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

(継承元 IWithQueryStringIncluded)
WithTargetListener(String)

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

(継承元 IWithTarget)
WithTargetUrl(String)

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

(継承元 IWithTarget)
WithType(ApplicationGatewayRedirectType)

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

(継承元 IWithType)

適用対象