ApplicationGatewayUrlConfiguration interface
应用程序网关中设置的作的 URL 配置。
属性
| modified |
用户为 URL 重写提供的 URL 路径。 Null 表示不会更新任何路径。 默认值为 null。 |
| modified |
用户为 URL 重写提供的查询字符串。 Null 表示不会更新任何查询字符串。 默认值为 null。 |
| reroute | 如果设置为 true,它将使用修改的路径重新评估基于路径的请求路由规则中提供的 URL 路径映射。 默认值为 false。 |
属性详细信息
modifiedPath
用户为 URL 重写提供的 URL 路径。 Null 表示不会更新任何路径。 默认值为 null。
modifiedPath?: string
属性值
string
modifiedQueryString
用户为 URL 重写提供的查询字符串。 Null 表示不会更新任何查询字符串。 默认值为 null。
modifiedQueryString?: string
属性值
string
reroute
如果设置为 true,它将使用修改的路径重新评估基于路径的请求路由规则中提供的 URL 路径映射。 默认值为 false。
reroute?: boolean
属性值
boolean