ExpressRouteConnectionRouting

data class ExpressRouteConnectionRouting(val associatedRouteTableId: String? = null, val inboundRouteMapId: String? = null, val outboundRouteMapId: String? = null, val propagatedRouteTable: ExpressRouteConnectionRoutingPropagatedRouteTable? = null)

Constructors

Link copied to clipboard
constructor(associatedRouteTableId: String? = null, inboundRouteMapId: String? = null, outboundRouteMapId: String? = null, propagatedRouteTable: ExpressRouteConnectionRoutingPropagatedRouteTable? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Virtual Hub Route Table associated with this Express Route Connection.

Link copied to clipboard

The ID of the Route Map associated with this Express Route Connection for inbound routes.

Link copied to clipboard

The ID of the Route Map associated with this Express Route Connection for outbound routes.

Link copied to clipboard

A propagated_route_table block as defined below.