你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RouteMatrixResultOutput interface

此对象是从成功的 Route Matrix 调用返回的。 例如,如果提供了 2 个源和 3 个目标,则每个数组将包含 3 个元素的数组。 每个元素的内容取决于查询中提供的选项。

属性

formatVersion

Format Version 属性

matrix

结果为路由摘要的 2 维数组。

summary

Summary 对象

属性详细信息

formatVersion

Format Version 属性

formatVersion?: string

属性值

string

matrix

结果为路由摘要的 2 维数组。

matrix: RouteMatrixOutput[][]

属性值

summary

Summary 对象

summary: RouteMatrixSummaryOutput

属性值