IApplicationGatewayRedirectConfiguration インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイのリダイレクト構成のクライアント側の表現。
public interface IApplicationGatewayRedirectConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayRedirectConfiguration = interface
interface IBeta
interface IHasInner<ApplicationGatewayRedirectConfigurationInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayRedirectConfiguration
Implements IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayRedirectConfigurationInner), IHasParent(Of IApplicationGateway)
- 実装
プロパティ
Inner |
アプリケーション ゲートウェイのリダイレクト構成のクライアント側の表現。 (継承元 IHasInner<T>) |
IsPathIncluded |
リダイレクトされた URL にパスが含まれている場合は true、それ以外の場合は false を取得します。 |
IsQueryStringIncluded |
リダイレクトされた URL にクエリ文字列が含まれている場合は true、それ以外の場合は false を取得します。 |
Key |
アプリケーション ゲートウェイのリダイレクト構成のクライアント側の表現。 (継承元 IIndexable) |
Name |
リソースの名前を取得します (継承元 IHasName) |
Parent |
この子リソースの親を取得します。 (継承元 IHasParent<ParentT>) |
RequestRoutingRules |
このリダイレクト構成を参照するこのアプリケーションの要求ルーティング規則を取得します。名前でインデックスが付けられます。 |
TargetListener |
このアプリケーション ネットワーク トラフィックがリダイレクト先のターゲット リスナーを取得します。 |
TargetUrl |
リダイレクト先のターゲット URL ネットワーク トラフィックを取得します。 |
Type |
リダイレクトの種類を取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET