Share via


ApplicationGatewayRoutingRulePropertiesFormat interface

Properties of routing rule of the application gateway.

Properties

backendAddressPool

Backend address pool resource of the application gateway.

backendSettings

Backend settings resource of the application gateway.

listener

Listener resource of the application gateway.

priority

Priority of the routing rule.

ruleType

Rule type.

Property Details

backendAddressPool

Backend address pool resource of the application gateway.

backendAddressPool?: SubResource

Property Value

backendSettings

Backend settings resource of the application gateway.

backendSettings?: SubResource

Property Value

listener

Listener resource of the application gateway.

listener?: SubResource

Property Value

priority

Priority of the routing rule.

priority: number

Property Value

number

ruleType

Rule type.

ruleType?: "Basic" | "PathBasedRouting"

Property Value

"Basic" | "PathBasedRouting"