ApplicationGatewayRedirectConfiguration interface
Redirect configuration of an application gateway.
- Extends
Properties
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
include |
Include path in the redirected url. |
include |
Include query string in the redirected url. |
name | Name of the redirect configuration that is unique within an Application Gateway. |
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. |
type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
url |
Url path maps specifying default redirect configuration. |
Inherited Properties
id | Resource ID. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
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
name
Name of the redirect configuration that is unique within an Application Gateway.
name?: string
Property Value
string
pathRules
Path rules specifying redirect configuration.
pathRules?: SubResource[]
Property Value
redirectType
HTTP redirection type.
redirectType?: string
Property Value
string
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
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
urlPathMaps
Url path maps specifying default redirect configuration.
urlPathMaps?: SubResource[]