共用方式為


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"