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

EffectiveRouteOutput interface

有效路由。

属性

addressPrefix

CIDR 表示法中有效路由的地址前缀。

disableBgpRoutePropagation

如果为 true,则本地路由不会传播到子网中的网络接口。

name

用户定义的路由的名称。 这是可选的。

nextHopIpAddress

有效路由的下一跃点的 IP 地址。

nextHopType

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

source

创建路由的人员。

state

有效路由的值。

属性详细信息

addressPrefix

CIDR 表示法中有效路由的地址前缀。

addressPrefix?: string[]

属性值

string[]

disableBgpRoutePropagation

如果为 true,则本地路由不会传播到子网中的网络接口。

disableBgpRoutePropagation?: boolean

属性值

boolean

name

用户定义的路由的名称。 这是可选的。

name?: string

属性值

string

nextHopIpAddress

有效路由的下一跃点的 IP 地址。

nextHopIpAddress?: string[]

属性值

string[]

nextHopType

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

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

属性值

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

source

创建路由的人员。

source?: "VirtualNetworkGateway" | "Default" | "User" | "Unknown"

属性值

"VirtualNetworkGateway" | "Default" | "User" | "Unknown"

state

有效路由的值。

state?: "Invalid" | "Active"

属性值

"Invalid" | "Active"