GetApplicationGatewayRewriteRuleSetRewriteRuleUrl

data class GetApplicationGatewayRewriteRuleSetRewriteRuleUrl(val components: String, val path: String, val queryString: String, val reroute: Boolean)

Constructors

constructor(components: String, path: String, queryString: String, reroute: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The components used to rewrite the URL.

Link copied to clipboard

The URL path to rewrite.

Link copied to clipboard

The query string to rewrite.

Link copied to clipboard

Whether the URL path map is reevaluated after this rewrite has been applied.