HttpRouteTarget interface
Targets - Container App Names, Revision Names, Labels.
Properties
| container |
Container App Name to route requests to |
| label | Label/Revision to route requests to |
| revision | Revision to route requests to |
| weight | Weighted routing |
Property Details
containerApp
Container App Name to route requests to
containerApp: string
Property Value
string
label
Label/Revision to route requests to
label?: string
Property Value
string
revision
Revision to route requests to
revision?: string
Property Value
string
weight
Weighted routing
weight?: number
Property Value
number