ApplicationGatewayRewriteRuleSet

data class ApplicationGatewayRewriteRuleSet(val id: String? = null, val name: String, val rewriteRules: List<ApplicationGatewayRewriteRuleSetRewriteRule>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String, rewriteRules: List<ApplicationGatewayRewriteRuleSetRewriteRule>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

Link copied to clipboard

Unique name of the rewrite rule set block

Link copied to clipboard

One or more rewrite_rule blocks as defined below.