ApplicationGatewayUrlConfigurationResponse

data class ApplicationGatewayUrlConfigurationResponse(val modifiedPath: String? = null, val modifiedQueryString: String? = null, val reroute: Boolean? = null)

Url configuration of the Actions set in Application Gateway.

Constructors

constructor(modifiedPath: String? = null, modifiedQueryString: String? = null, reroute: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val modifiedPath: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val reroute: Boolean? = null

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.