ApplicationGatewayUrlConfiguration interface

Url configuration of the Actions set in Application Gateway.

Properties

modifiedPath

Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.

modifiedQueryString

Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.

reroute

If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.

Property Details

modifiedPath

Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.

modifiedPath?: string

Property Value

string

modifiedQueryString

Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.

modifiedQueryString?: string

Property Value

string

reroute

If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.

reroute?: boolean

Property Value

boolean