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

ApplicationGatewayPathRuleInner 构造函数

定义

重载

ApplicationGatewayPathRuleInner()

初始化 ApplicationGatewayPathRuleInner 类的新实例。

ApplicationGatewayPathRuleInner(String, IList<String>, SubResource, SubResource, SubResource, SubResource, ProvisioningState, SubResource, String, String, String)

初始化 ApplicationGatewayPathRuleInner 类的新实例。

ApplicationGatewayPathRuleInner()

初始化 ApplicationGatewayPathRuleInner 类的新实例。

public ApplicationGatewayPathRuleInner ();
Public Sub New ()

适用于

ApplicationGatewayPathRuleInner(String, IList<String>, SubResource, SubResource, SubResource, SubResource, ProvisioningState, SubResource, String, String, String)

初始化 ApplicationGatewayPathRuleInner 类的新实例。

public ApplicationGatewayPathRuleInner (string id = default, System.Collections.Generic.IList<string> paths = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource redirectConfiguration = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource rewriteRuleSet = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource firewallPolicy = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayPathRuleInner : string * System.Collections.Generic.IList<string> * 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 * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayPathRuleInner
Public Sub New (Optional id As String = Nothing, Optional paths As IList(Of String) = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing, Optional redirectConfiguration As SubResource = Nothing, Optional rewriteRuleSet As SubResource = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional firewallPolicy As SubResource = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

参数

id
String
paths
IList<String>

URL 路径映射的路径规则。

backendAddressPool
SubResource

URL 路径映射路径规则的后端地址池资源。

backendHttpSettings
SubResource

URL 路径映射路径规则的后端 http 设置资源。

redirectConfiguration
SubResource

重定向 URL 路径映射路径规则的配置资源。

rewriteRuleSet
SubResource

重写 URL 路径映射路径规则的规则集资源。

provisioningState
ProvisioningState

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

firewallPolicy
SubResource

对 FirewallPolicy 资源的引用。

name
String

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

etag
String

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

type
String

资源的类型。

适用于