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

RoutePropertiesFormat interface

路由资源。

属性

addressPrefix

路由应用到的目标 CIDR。

hasBgpOverride

一个值,该值指示此路由是否替代重叠的 BGP 路由,而不考虑 LPM。

nextHopIpAddress

IP 地址数据包应转发到。 只有在下一跃点类型为 VirtualAppliance 的路由中才允许下一跃点值。

nextHopType

应将数据包发送到的 Azure 跃点的类型。

属性详细信息

addressPrefix

路由应用到的目标 CIDR。

addressPrefix?: string

属性值

string

hasBgpOverride

一个值,该值指示此路由是否替代重叠的 BGP 路由,而不考虑 LPM。

hasBgpOverride?: boolean

属性值

boolean

nextHopIpAddress

IP 地址数据包应转发到。 只有在下一跃点类型为 VirtualAppliance 的路由中才允许下一跃点值。

nextHopIpAddress?: string

属性值

string

nextHopType

应将数据包发送到的 Azure 跃点的类型。

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

属性值

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