EffectiveRoute interface

Effective Route.

Properties

addressPrefix

The address prefixes of the effective routes in CIDR notation.

disableBgpRoutePropagation

If true, on-premises routes are not propagated to the network interfaces in the subnet.

name

The name of the user defined route. This is optional.

nextHopIpAddress

The IP address of the next hop of the effective route.

nextHopType

The type of Azure hop the packet should be sent to.

source

Who created the route.

state

The value of effective route.

Property Details

addressPrefix

The address prefixes of the effective routes in CIDR notation.

addressPrefix?: string[]

Property Value

string[]

disableBgpRoutePropagation

If true, on-premises routes are not propagated to the network interfaces in the subnet.

disableBgpRoutePropagation?: boolean

Property Value

boolean

name

The name of the user defined route. This is optional.

name?: string

Property Value

string

nextHopIpAddress

The IP address of the next hop of the effective route.

nextHopIpAddress?: string[]

Property Value

string[]

nextHopType

The type of Azure hop the packet should be sent to.

nextHopType?: string

Property Value

string

source

Who created the route.

source?: string

Property Value

string

state

The value of effective route.

state?: string

Property Value

string