HttpRouteConfig interface
Describes the hostname properties for http routing.
Properties
destination | Describes destination endpoint for routing traffic. |
match | Describes a rule for http route matching. |
name | http route name. |
Property Details
destination
Describes destination endpoint for routing traffic.
destination: GatewayDestination
Property Value
match
Describes a rule for http route matching.
match: HttpRouteMatchRule
Property Value
name
http route name.
name: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript