ApplicationGatewayRequestRoutingRule

data class ApplicationGatewayRequestRoutingRule(val backendAddressPoolId: String? = null, val backendAddressPoolName: String? = null, val backendHttpSettingsId: String? = null, val backendHttpSettingsName: String? = null, val httpListenerId: String? = null, val httpListenerName: String, val id: String? = null, val name: String, val priority: Int? = null, val redirectConfigurationId: String? = null, val redirectConfigurationName: String? = null, val rewriteRuleSetId: String? = null, val rewriteRuleSetName: String? = null, val ruleType: String, val urlPathMapId: String? = null, val urlPathMapName: String? = null)

Constructors

Link copied to clipboard
constructor(backendAddressPoolId: String? = null, backendAddressPoolName: String? = null, backendHttpSettingsId: String? = null, backendHttpSettingsName: String? = null, httpListenerId: String? = null, httpListenerName: String, id: String? = null, name: String, priority: Int? = null, redirectConfigurationId: String? = null, redirectConfigurationName: String? = null, rewriteRuleSetId: String? = null, rewriteRuleSetName: String? = null, ruleType: String, urlPathMapId: String? = null, urlPathMapName: 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 which should be used for this Routing 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 which should be used for this Routing Rule. Cannot be set if redirect_configuration_name is set.

Link copied to clipboard
val httpListenerId: String? = null

The ID of the associated HTTP Listener.

Link copied to clipboard

The Name of the HTTP Listener which should be used for this Routing Rule.

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

Link copied to clipboard

The Name of this Request Routing Rule.

Link copied to clipboard
val priority: Int? = null

Rule evaluation order can be dictated by specifying an integer value from 1 to 20000 with 1 being the highest priority and 20000 being the lowest priority.

Link copied to clipboard

The ID of the associated Redirect Configuration.

Link copied to clipboard

The Name of the Redirect Configuration which should be used for this Routing Rule. Cannot be set if either 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 Routing Rule. Only valid for v2 SKUs.

Link copied to clipboard

The Type of Routing that should be used for this Rule. Possible values are Basic and PathBasedRouting.

Link copied to clipboard
val urlPathMapId: String? = null

The ID of the associated URL Path Map.

Link copied to clipboard
val urlPathMapName: String? = null

The Name of the URL Path Map which should be associated with this Routing Rule.