ApplicationGatewayRewriteRuleActionSetResponse

data class ApplicationGatewayRewriteRuleActionSetResponse(val requestHeaderConfigurations: List<ApplicationGatewayHeaderConfigurationResponse>? = null, val responseHeaderConfigurations: List<ApplicationGatewayHeaderConfigurationResponse>? = null, val urlConfiguration: ApplicationGatewayUrlConfigurationResponse? = null)

Set of actions in the Rewrite Rule in Application Gateway.

Constructors

constructor(requestHeaderConfigurations: List<ApplicationGatewayHeaderConfigurationResponse>? = null, responseHeaderConfigurations: List<ApplicationGatewayHeaderConfigurationResponse>? = null, urlConfiguration: ApplicationGatewayUrlConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Request Header Actions in the Action Set.

Link copied to clipboard

Response Header Actions in the Action Set.

Link copied to clipboard

Url Configuration Action in the Action Set.