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

ApplicationGatewayUrlConfiguration 类

定义

应用程序网关中设置的操作的 URL 配置。

public class ApplicationGatewayUrlConfiguration
type ApplicationGatewayUrlConfiguration = class
Public Class ApplicationGatewayUrlConfiguration
继承
ApplicationGatewayUrlConfiguration

构造函数

ApplicationGatewayUrlConfiguration()

初始化 ApplicationGatewayUrlConfiguration 的新实例。

属性

ModifiedPath

用户为 URL 重写提供的 URL 路径。 Null 表示不会更新任何路径。 默认值为 null。

ModifiedQueryString

用户为 URL 重写提供的查询字符串。 Null 表示不会更新任何查询字符串。 默认值为 null。

Reroute

如果设置为 true,它将使用修改后的路径重新评估基于路径的请求路由规则中提供的 URL 路径映射。 默认值为 false。

适用于