HttpHostConfig interface
Describes the hostname properties for http routing.
Properties
name | http hostname config name. |
routes | Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases. |
Property Details
name
http hostname config name.
name: string
Property Value
string
routes
Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases.
routes: HttpRouteConfig[]
Property Value
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