Share via


StaticRoutesConfigOutput interface

Configuration for static routes on this HubVnetConnectionConfiguration for static routes on this HubVnetConnection.

Properties

propagateStaticRoutes

Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.

vnetLocalRouteOverrideCriteria

Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.

Property Details

propagateStaticRoutes

Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.

propagateStaticRoutes?: boolean

Property Value

boolean

vnetLocalRouteOverrideCriteria

Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.

vnetLocalRouteOverrideCriteria?: "Contains" | "Equal"

Property Value

"Contains" | "Equal"