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

EffectiveRoute interface

有效路由

属性

addressPrefix

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

name

用户定义的路由的名称。 此为可选项。

nextHopIpAddress

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

nextHopType

数据包应发送到的 Azure 跃点的类型。 可能的值为:“VirtualNetworkGateway”、“VnetLocal”、“Internet”、“VirtualAppliance”和“None”。

source

路由的创建者。 可能的值为:“Unknown”、“User”、“VirtualNetworkGateway”和“Default”。

state

有效路由的值。 可能的值为:“Active”和“Invalid”。

属性详细信息

addressPrefix

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

addressPrefix?: string[]

属性值

string[]

name

用户定义的路由的名称。 此为可选项。

name?: string

属性值

string

nextHopIpAddress

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

nextHopIpAddress?: string[]

属性值

string[]

nextHopType

数据包应发送到的 Azure 跃点的类型。 可能的值为:“VirtualNetworkGateway”、“VnetLocal”、“Internet”、“VirtualAppliance”和“None”。

nextHopType?: string

属性值

string

source

路由的创建者。 可能的值为:“Unknown”、“User”、“VirtualNetworkGateway”和“Default”。

source?: string

属性值

string

state

有效路由的值。 可能的值为:“Active”和“Invalid”。

state?: string

属性值

string