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