ApplicationGatewayRequestRoutingRuleArgs

data class ApplicationGatewayRequestRoutingRuleArgs(val backendAddressPool: Output<SubResourceArgs>? = null, val backendHttpSettings: Output<SubResourceArgs>? = null, val httpListener: Output<SubResourceArgs>? = null, val id: Output<String>? = null, val loadDistributionPolicy: Output<SubResourceArgs>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val redirectConfiguration: Output<SubResourceArgs>? = null, val rewriteRuleSet: Output<SubResourceArgs>? = null, val ruleType: Output<Either<String, ApplicationGatewayRequestRoutingRuleType>>? = null, val urlPathMap: Output<SubResourceArgs>? = null) : ConvertibleToJava<ApplicationGatewayRequestRoutingRuleArgs>

Request routing rule of an application gateway.

Constructors

Link copied to clipboard
constructor(backendAddressPool: Output<SubResourceArgs>? = null, backendHttpSettings: Output<SubResourceArgs>? = null, httpListener: Output<SubResourceArgs>? = null, id: Output<String>? = null, loadDistributionPolicy: Output<SubResourceArgs>? = null, name: Output<String>? = null, priority: Output<Int>? = null, redirectConfiguration: Output<SubResourceArgs>? = null, rewriteRuleSet: Output<SubResourceArgs>? = null, ruleType: Output<Either<String, ApplicationGatewayRequestRoutingRuleType>>? = null, urlPathMap: Output<SubResourceArgs>? = null)

Properties

Link copied to clipboard
val backendAddressPool: Output<SubResourceArgs>? = null

Backend address pool resource of the application gateway.

Link copied to clipboard

Backend http settings resource of the application gateway.

Link copied to clipboard
val httpListener: Output<SubResourceArgs>? = null

Http listener resource of the application gateway.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard

Load Distribution Policy resource of the application gateway.

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val priority: Output<Int>? = null

Priority of the request routing rule.

Link copied to clipboard

Redirect configuration resource of the application gateway.

Link copied to clipboard
val rewriteRuleSet: Output<SubResourceArgs>? = null

Rewrite Rule Set resource in Basic rule of the application gateway.

Link copied to clipboard

Rule type.

Link copied to clipboard
val urlPathMap: Output<SubResourceArgs>? = null

URL path map resource of the application gateway.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayRequestRoutingRuleArgs