ApplicationGatewayRedirectConfiguration interface
重定向应用程序网关的配置。
- 扩展
属性
| etag | 一个唯一的只读字符串,每当更新资源时更改。 注意:此属性不会序列化。 它只能由服务器填充。 |
| include |
在重定向 URL 中包含路径。 |
| include |
在重定向 URL 中包含查询字符串。 |
| name | 应用程序网关中唯一的重定向配置的名称。 |
| path |
指定重定向配置的路径规则。 |
| redirect |
HTTP 重定向类型。 |
| request |
指定重定向配置的请求路由。 |
| target |
引用侦听器以将请求重定向到该请求。 |
| target |
将请求重定向到的 URL。 |
| type | 资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
| url |
指定默认重定向配置的 URL 路径映射。 |
继承属性
| id | 资源 ID。 |
属性详细信息
etag
一个唯一的只读字符串,每当更新资源时更改。 注意:此属性不会序列化。 它只能由服务器填充。
etag?: string
属性值
string
includePath
在重定向 URL 中包含路径。
includePath?: boolean
属性值
boolean
includeQueryString
在重定向 URL 中包含查询字符串。
includeQueryString?: boolean
属性值
boolean
name
应用程序网关中唯一的重定向配置的名称。
name?: string
属性值
string
pathRules
redirectType
HTTP 重定向类型。
redirectType?: string
属性值
string
requestRoutingRules
targetListener
targetUrl
将请求重定向到的 URL。
targetUrl?: string
属性值
string
type
资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string