Application Gateway Path Rule Response
data class ApplicationGatewayPathRuleResponse(val backendAddressPool: SubResourceResponse? = null, val backendHttpSettings: SubResourceResponse? = null, val etag: String, val firewallPolicy: SubResourceResponse? = null, val id: String? = null, val loadDistributionPolicy: SubResourceResponse? = null, val name: String? = null, val paths: List<String>? = null, val provisioningState: String, val redirectConfiguration: SubResourceResponse? = null, val rewriteRuleSet: SubResourceResponse? = null, val type: String)
Path rule of URL path map of an application gateway.
Constructors
Link copied to clipboard
constructor(backendAddressPool: SubResourceResponse? = null, backendHttpSettings: SubResourceResponse? = null, etag: String, firewallPolicy: SubResourceResponse? = null, id: String? = null, loadDistributionPolicy: SubResourceResponse? = null, name: String? = null, paths: List<String>? = null, provisioningState: String, redirectConfiguration: SubResourceResponse? = null, rewriteRuleSet: SubResourceResponse? = null, type: String)
Properties
Link copied to clipboard
Backend address pool resource of URL path map path rule.
Link copied to clipboard
Backend http settings resource of URL path map path rule.
Link copied to clipboard
Reference to the FirewallPolicy resource.
Link copied to clipboard
Load Distribution Policy resource of URL path map path rule.
Link copied to clipboard
The provisioning state of the path rule resource.
Link copied to clipboard
Redirect configuration resource of URL path map path rule.
Link copied to clipboard
Rewrite rule set resource of URL path map path rule.