Application Gateway Request Routing Rule Args
data class ApplicationGatewayRequestRoutingRuleArgs(val backendAddressPool: Output<SubResourceArgs>? = null, val backendHttpSettings: Output<SubResourceArgs>? = null, val httpListener: Output<SubResourceArgs>? = null, val id: Output<String>? = 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
fun ApplicationGatewayRequestRoutingRuleArgs(backendAddressPool: Output<SubResourceArgs>? = null, backendHttpSettings: Output<SubResourceArgs>? = null, httpListener: Output<SubResourceArgs>? = null, id: Output<String>? = 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)