Share via


ApplicationGatewayRedirectConfigurationPropertiesFormatOutput interface

Properties of redirect configuration of the application gateway.

Properties

includePath

Include path in the redirected url.

includeQueryString

Include query string in the redirected url.

pathRules

Path rules specifying redirect configuration.

redirectType

HTTP redirection type.

requestRoutingRules

Request routing specifying redirect configuration.

targetListener

Reference to a listener to redirect the request to.

targetUrl

Url to redirect the request to.

urlPathMaps

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?: SubResourceOutput[]

Property Value

redirectType

HTTP redirection type.

redirectType?: "Permanent" | "Found" | "SeeOther" | "Temporary"

Property Value

"Permanent" | "Found" | "SeeOther" | "Temporary"

requestRoutingRules

Request routing specifying redirect configuration.

requestRoutingRules?: SubResourceOutput[]

Property Value

targetListener

Reference to a listener to redirect the request to.

targetListener?: SubResourceOutput

Property Value

targetUrl

Url to redirect the request to.

targetUrl?: string

Property Value

string

urlPathMaps

Url path maps specifying default redirect configuration.

urlPathMaps?: SubResourceOutput[]

Property Value