ApplicationGatewayRewriteRuleSetRewriteRuleUrl

data class ApplicationGatewayRewriteRuleSetRewriteRuleUrl(val components: String? = null, val path: String? = null, val queryString: String? = null, val reroute: Boolean? = null)

Constructors

constructor(components: String? = null, path: String? = null, queryString: String? = null, reroute: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val components: String? = null

The components used to rewrite the URL. Possible values are path_only and query_string_only to limit the rewrite to the URL Path or URL Query String only.

Link copied to clipboard
val path: String? = null

The URL path to rewrite.

Link copied to clipboard
val queryString: String? = null

The query string to rewrite.

Link copied to clipboard
val reroute: Boolean? = null

Whether the URL path map should be reevaluated after this rewrite has been applied. More info on rewrite configuration