HttpRouteRule interface
A set of routing conditions and targets.
Properties
| description | Description of rule. Optional. |
| routes | Routing configuration that will allow matches on specific paths/headers. |
| targets | Targets- container apps, revisions, labels |
Property Details
description
Description of rule. Optional.
description?: string
Property Value
string
routes
Routing configuration that will allow matches on specific paths/headers.
routes?: HttpRoute[]
Property Value
targets
Targets- container apps, revisions, labels
targets?: HttpRouteTarget[]