ApplicationGatewayRoutingRulePropertiesFormat interface
Properties of routing rule of the application gateway.
Properties
| backend |
Backend address pool resource of the application gateway. |
| backend |
Backend settings resource of the application gateway. |
| listener | Listener resource of the application gateway. |
| priority | Priority of the routing rule. |
| rule |
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
priority
Priority of the routing rule.
priority: number
Property Value
number
ruleType
Rule type.
ruleType?: "Basic" | "PathBasedRouting"
Property Value
"Basic" | "PathBasedRouting"