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

NextHopResultOutput interface

有关指定 VM 中的下一跃点的信息。

属性

nextHopIpAddress

下一跃点 IP 地址。

nextHopType

下一跃点类型。

routeTableId

与返回的路由关联的路由表的资源标识符。 如果返回的路由与任何用户创建的路由不对应,则此字段将是字符串“系统路由”。

属性详细信息

nextHopIpAddress

下一跃点 IP 地址。

nextHopIpAddress?: string

属性值

string

nextHopType

下一跃点类型。

nextHopType?: "None" | "VirtualNetworkGateway" | "VnetLocal" | "Internet" | "VirtualAppliance" | "HyperNetGateway"

属性值

"None" | "VirtualNetworkGateway" | "VnetLocal" | "Internet" | "VirtualAppliance" | "HyperNetGateway"

routeTableId

与返回的路由关联的路由表的资源标识符。 如果返回的路由与任何用户创建的路由不对应,则此字段将是字符串“系统路由”。

routeTableId?: string

属性值

string