IApplicationGatewayRedirectConfiguration インターフェイス

定義

アプリケーション ゲートウェイのリダイレクト構成のクライアント側の表現。

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

リダイレクトの種類を取得します。

適用対象