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 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
Backend address pool resource of the application gateway.
Link copied to clipboard
Backend http settings resource of the application gateway.
Link copied to clipboard
Http listener resource of the application gateway.
Link copied to clipboard
Load Distribution Policy resource of the application gateway.
Link copied to clipboard
Redirect configuration resource of the application gateway.
Link copied to clipboard
Rewrite Rule Set resource in Basic rule of the application gateway.
Link copied to clipboard
Rule type.
Link copied to clipboard
URL path map resource of the application gateway.