ApplicationGatewayRoutingRuleArgs

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)

Properties

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

Backend address pool resource of the application gateway.

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

Backend settings resource of the application gateway.

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

Resource ID.

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

Listener resource of the application gateway.

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

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

Link copied to clipboard
val priority: Output<Int>

Priority of the routing rule.

Link copied to clipboard

Rule type.

Functions

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