你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HttpRouteConfig
介绍 http 路由的主机名属性。
属性
名称 | 类型 | 必须 |
---|---|---|
name |
string | 是 |
match |
HttpRouteMatchRule | 是 |
destination |
GatewayDestination | 是 |
name
类型:字符串
必需:是
http 路由名称。
match
类型: HttpRouteMatchRule
必需:是
介绍 http 路由匹配的规则。
destination
类型: GatewayDestination
必需:是
描述用于路由流量的目标终结点。