ApplicationGatewayUrlPathMapPathRule

data class ApplicationGatewayUrlPathMapPathRule(val backendAddressPoolId: String? = null, val backendAddressPoolName: String? = null, val backendHttpSettingsId: String? = null, val backendHttpSettingsName: String? = null, val firewallPolicyId: String? = null, val id: String? = null, val name: String, val paths: List<String>, val redirectConfigurationId: String? = null, val redirectConfigurationName: String? = null, val rewriteRuleSetId: String? = null, val rewriteRuleSetName: String? = null)

Constructors

Link copied to clipboard
constructor(backendAddressPoolId: String? = null, backendAddressPoolName: String? = null, backendHttpSettingsId: String? = null, backendHttpSettingsName: String? = null, firewallPolicyId: String? = null, id: String? = null, name: String, paths: List<String>, redirectConfigurationId: String? = null, redirectConfigurationName: String? = null, rewriteRuleSetId: String? = null, rewriteRuleSetName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the associated Backend Address Pool.

Link copied to clipboard

The Name of the Backend Address Pool to use for this Path Rule. Cannot be set if redirect_configuration_name is set.

Link copied to clipboard

The ID of the associated Backend HTTP Settings Configuration.

Link copied to clipboard

The Name of the Backend HTTP Settings Collection to use for this Path Rule. Cannot be set if redirect_configuration_name is set.

Link copied to clipboard

The ID of the Web Application Firewall Policy which should be used as an HTTP Listener.

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

Link copied to clipboard

The Name of the Path Rule.

Link copied to clipboard

A list of Paths used in this Path Rule.

Link copied to clipboard

The ID of the associated Redirect Configuration.

Link copied to clipboard

The Name of a Redirect Configuration to use for this Path Rule. Cannot be set if backend_address_pool_name or backend_http_settings_name is set.

Link copied to clipboard

The ID of the associated Rewrite Rule Set.

Link copied to clipboard

The Name of the Rewrite Rule Set which should be used for this URL Path Map. Only valid for v2 SKUs.