ApplicationGatewayRedirectConfigurationPropertiesFormat interface
应用程序网关的重定向配置的属性。
属性
| include |
在重定向 URL 中包含路径。 |
| include |
在重定向 URL 中包含查询字符串。 |
| path |
指定重定向配置的路径规则。 |
| redirect |
HTTP 重定向类型。 |
| request |
指定重定向配置的请求路由。 |
| target |
引用侦听器以将请求重定向到该请求。 |
| target |
将请求重定向到的 URL。 |
| url |
指定默认重定向配置的 URL 路径映射。 |
属性详细信息
includePath
在重定向 URL 中包含路径。
includePath?: boolean
属性值
boolean
includeQueryString
在重定向 URL 中包含查询字符串。
includeQueryString?: boolean
属性值
boolean
pathRules
redirectType
HTTP 重定向类型。
redirectType?: "Permanent" | "Found" | "SeeOther" | "Temporary"
属性值
"Permanent" | "Found" | "SeeOther" | "Temporary"
requestRoutingRules
targetListener
targetUrl
将请求重定向到的 URL。
targetUrl?: string
属性值
string