ApplicationGatewayRoutingRulePropertiesFormatOutput 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. |
| provisioning |
The provisioning state of the request routing rule resource. |
| rule |
Rule type. |
Property Details
backendAddressPool
Backend address pool resource of the application gateway.
backendAddressPool?: SubResourceOutput
Property Value
backendSettings
Backend settings resource of the application gateway.
backendSettings?: SubResourceOutput
Property Value
listener
Listener resource of the application gateway.
listener?: SubResourceOutput
Property Value
priority
Priority of the routing rule.
priority: number
Property Value
number
provisioningState
The provisioning state of the request routing rule resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
ruleType
Rule type.
ruleType?: "Basic" | "PathBasedRouting"
Property Value
"Basic" | "PathBasedRouting"