你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IApplicationGatewayRequestRoutingRule 接口

定义

应用程序网关请求路由规则的客户端表示形式。

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)
实现

属性

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)

适用于