Application Gateway Rewrite Rule Set Response
data class ApplicationGatewayRewriteRuleSetResponse(val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val rewriteRules: List<ApplicationGatewayRewriteRuleResponse>? = null)
Rewrite rule set of an application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayRewriteRuleSetResponse(etag: String, id: String? = null, name: String? = null, provisioningState: String, rewriteRules: List<ApplicationGatewayRewriteRuleResponse>? = null)