IApplicationGatewayRequestRoutingRule インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイ要求ルーティング規則のクライアント側表現。
public interface IApplicationGatewayRequestRoutingRule : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewayRequestRoutingRuleBeta, Microsoft.Azure.Management.Network.Fluent.IHasBackendPort, Microsoft.Azure.Management.Network.Fluent.IHasCookieBasedAffinity, Microsoft.Azure.Management.Network.Fluent.IHasFrontendPort, Microsoft.Azure.Management.Network.Fluent.IHasHostName, Microsoft.Azure.Management.Network.Fluent.IHasPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.IHasServerNameIndication, Microsoft.Azure.Management.Network.Fluent.IHasSslCertificate<Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaySslCertificate>, 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.ApplicationGatewayRequestRoutingRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayRequestRoutingRule = interface
interface IHasInner<ApplicationGatewayRequestRoutingRuleInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
interface IHasPublicIPAddress
interface IHasSslCertificate<IApplicationGatewaySslCertificate>
interface IHasFrontendPort
interface IHasBackendPort
interface IHasHostName
interface IHasCookieBasedAffinity
interface IHasServerNameIndication
interface IApplicationGatewayRequestRoutingRuleBeta
interface IBeta
Public Interface IApplicationGatewayRequestRoutingRule
Implements IApplicationGatewayRequestRoutingRuleBeta, IBeta, IChildResource(Of IApplicationGateway), IHasBackendPort, IHasCookieBasedAffinity, IHasFrontendPort, IHasHostName, IHasInner(Of ApplicationGatewayRequestRoutingRuleInner), IHasParent(Of IApplicationGateway), IHasPublicIPAddress, IHasServerNameIndication, IHasSslCertificate(Of IApplicationGatewaySslCertificate)
- 実装
-
IApplicationGatewayRequestRoutingRuleBeta IHasBackendPort IHasCookieBasedAffinity IHasFrontendPort IHasHostName IHasPublicIPAddress IHasServerNameIndication IHasSslCertificate<IApplicationGatewaySslCertificate> IBeta IChildResource<IApplicationGateway> IHasInner<ApplicationGatewayRequestRoutingRuleInner> IHasName IHasParent<IParentT> IHasParent<IApplicationGateway> IIndexable
プロパティ
Backend |
関連付けられているバックエンド アドレス プールを取得します。 |
BackendAddresses |
関連付けられているバックエンドに割り当てられたアドレスを取得します。 |
BackendHttpConfiguration |
関連付けられているバックエンド HTTP 設定の構成を取得します。 |
BackendPort |
ネットワーク トラフィックの送信先のバックエンド ポート番号を取得します。 (継承元 IHasBackendPort) |
CookieBasedAffinity |
ネットワーク トラフィックの送信先のバックエンド ポート番号を取得します。 (継承元 IHasCookieBasedAffinity) |
FrontendPort |
受信ネットワーク トラフィックが受信されるフロントエンド ポート番号を取得します。 (継承元 IHasFrontendPort) |
FrontendProtocol |
フロントエンド プロトコルを取得します。 |
HostName |
関連付けられているホスト名を取得します。 (継承元 IHasHostName) |
Inner |
アプリケーション ゲートウェイ要求ルーティング規則のクライアント側表現。 (継承元 IHasInner<T>) |
Key |
アプリケーション ゲートウェイ要求ルーティング規則のクライアント側表現。 (継承元 IIndexable) |
Listener |
関連付けられているフロントエンド HTTP リスナーを取得します。 |
Name |
リソースの名前を取得します (継承元 IHasName) |
Parent |
この子リソースの親を取得します。 (継承元 IHasParent<ParentT>) |
PublicIPAddressId |
関連付けられているパブリック IP アドレスのリソース ID を取得します。 (継承元 IHasPublicIPAddress) |
RedirectConfiguration |
この要求ルーティング規則に関連付けられているリダイレクト構成 (存在する場合) を取得します。 (継承元 IApplicationGatewayRequestRoutingRuleBeta) |
RequiresServerNameIndication |
サーバー名表示 (SNI) が必要な場合は true、それ以外の場合は false を取得します。 (継承元 IHasServerNameIndication) |
RuleType |
ルールの種類を取得します。 |
SslCertificate |
関連付けられている SSL 証明書 (存在する場合) を取得します。 (継承元 IHasSslCertificate<T>) |
メソッド
GetPublicIPAddress() |
アプリケーション ゲートウェイ要求ルーティング規則のクライアント側表現。 (継承元 IHasPublicIPAddress) |
適用対象
Azure SDK for .NET