Application Gateway Routing Rule Args
data class ApplicationGatewayRoutingRuleArgs(val backendAddressPool: Output<SubResourceArgs>? = null, val backendSettings: Output<SubResourceArgs>? = null, val id: Output<String>? = null, val listener: Output<SubResourceArgs>? = null, val name: Output<String>? = null, val priority: Output<Int>, val ruleType: Output<Either<String, ApplicationGatewayRequestRoutingRuleType>>? = null) : ConvertibleToJava<ApplicationGatewayRoutingRuleArgs>
Routing rule of an application gateway.
Constructors
Link copied to clipboard
constructor(backendAddressPool: Output<SubResourceArgs>? = null, backendSettings: Output<SubResourceArgs>? = null, id: Output<String>? = null, listener: Output<SubResourceArgs>? = null, name: Output<String>? = null, priority: Output<Int>, ruleType: Output<Either<String, ApplicationGatewayRequestRoutingRuleType>>? = null)