ApplicationGatewayRedirectConfigurationPropertiesFormat interface
Properties of redirect configuration of the application gateway.
Properties
| include |
Include path in the redirected url. |
| include |
Include query string in the redirected url. |
| path |
Path rules specifying redirect configuration. |
| redirect |
HTTP redirection type. |
| request |
Request routing specifying redirect configuration. |
| target |
Reference to a listener to redirect the request to. |
| target |
Url to redirect the request to. |
| url |
Url path maps specifying default redirect configuration. |
Property Details
includePath
Include path in the redirected url.
includePath?: boolean
Property Value
boolean
includeQueryString
Include query string in the redirected url.
includeQueryString?: boolean
Property Value
boolean
pathRules
Path rules specifying redirect configuration.
pathRules?: SubResource[]
Property Value
redirectType
HTTP redirection type.
redirectType?: "Permanent" | "Found" | "SeeOther" | "Temporary"
Property Value
"Permanent" | "Found" | "SeeOther" | "Temporary"
requestRoutingRules
Request routing specifying redirect configuration.
requestRoutingRules?: SubResource[]
Property Value
targetListener
Reference to a listener to redirect the request to.
targetListener?: SubResource
Property Value
targetUrl
Url to redirect the request to.
targetUrl?: string
Property Value
string
urlPathMaps
Url path maps specifying default redirect configuration.
urlPathMaps?: SubResource[]