Application Gateway Request Routing Rule Response
data class ApplicationGatewayRequestRoutingRuleResponse(val backendAddressPool: SubResourceResponse? = null, val backendHttpSettings: SubResourceResponse? = null, val etag: String, val httpListener: SubResourceResponse? = null, val id: String? = null, val loadDistributionPolicy: SubResourceResponse? = null, val name: String? = null, val priority: Int? = null, val provisioningState: String, val redirectConfiguration: SubResourceResponse? = null, val rewriteRuleSet: SubResourceResponse? = null, val ruleType: String? = null, val type: String, val urlPathMap: SubResourceResponse? = null)
Request routing rule of an application gateway.
Constructors
Link copied to clipboard
constructor(backendAddressPool: SubResourceResponse? = null, backendHttpSettings: SubResourceResponse? = null, etag: String, httpListener: SubResourceResponse? = null, id: String? = null, loadDistributionPolicy: SubResourceResponse? = null, name: String? = null, priority: Int? = null, provisioningState: String, redirectConfiguration: SubResourceResponse? = null, rewriteRuleSet: SubResourceResponse? = null, ruleType: String? = null, type: String, urlPathMap: SubResourceResponse? = null)
Properties
Link copied to clipboard
Backend address pool resource of the application gateway.
Link copied to clipboard
Backend http settings resource of the application gateway.
Link copied to clipboard
Http listener resource of the application gateway.
Link copied to clipboard
Load Distribution Policy resource of the application gateway.
Link copied to clipboard
The provisioning state of the request routing rule resource.
Link copied to clipboard
Redirect configuration resource of the application gateway.
Link copied to clipboard
Rewrite Rule Set resource in Basic rule of the application gateway.
Link copied to clipboard
URL path map resource of the application gateway.