ApplicationGatewayPathRuleResponse

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)

Types

Link copied to clipboard
object Companion

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

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

Reference to the FirewallPolicy resource.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

Load Distribution Policy resource of URL path map path rule.

Link copied to clipboard
val name: String? = null

Name of the path rule that is unique within an Application Gateway.

Link copied to clipboard
val paths: List<String>? = null

Path rules of URL path map.

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.

Link copied to clipboard

Type of the resource.