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

ApplicationGatewayRequestRoutingRuleInner 构造函数

定义

重载

ApplicationGatewayRequestRoutingRuleInner()

初始化 ApplicationGatewayRequestRoutingRuleInner 类的新实例。

ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String)

初始化 ApplicationGatewayRequestRoutingRuleInner 类的新实例。

ApplicationGatewayRequestRoutingRuleInner()

初始化 ApplicationGatewayRequestRoutingRuleInner 类的新实例。

public ApplicationGatewayRequestRoutingRuleInner ();
Public Sub New ()

适用于

ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String)

初始化 ApplicationGatewayRequestRoutingRuleInner 类的新实例。

public ApplicationGatewayRequestRoutingRuleInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleType ruleType = default, int? priority = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource httpListener = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource urlPathMap = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource rewriteRuleSet = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource redirectConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleInner : string * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleType * Nullable<int> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleInner
Public Sub New (Optional id As String = Nothing, Optional ruleType As ApplicationGatewayRequestRoutingRuleType = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing, Optional httpListener As SubResource = Nothing, Optional urlPathMap As SubResource = Nothing, Optional rewriteRuleSet As SubResource = Nothing, Optional redirectConfiguration As SubResource = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

参数

id
String
ruleType
ApplicationGatewayRequestRoutingRuleType

规则类型。 可能的值包括:“Basic”、“PathBasedRouting”

priority
Nullable<Int32>

请求路由规则的优先级。

backendAddressPool
SubResource

应用程序网关的后端地址池资源。

backendHttpSettings
SubResource

应用程序网关的后端 http 设置资源。

httpListener
SubResource

应用程序网关的 Http 侦听器资源。

urlPathMap
SubResource

应用程序网关的 URL 路径映射资源。

rewriteRuleSet
SubResource

在应用程序网关的基本规则中重写规则集资源。

redirectConfiguration
SubResource

重定向应用程序网关的配置资源。

provisioningState
ProvisioningState

请求路由规则资源的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

name
String

应用程序网关中唯一的请求路由规则的名称。

etag
String

一个唯一的只读字符串,每当资源更新时都会更改。

type
String

资源的类型。

适用于