Express Route Connection Routing Args
data class ExpressRouteConnectionRoutingArgs(val associatedRouteTableId: Output<String>? = null, val inboundRouteMapId: Output<String>? = null, val outboundRouteMapId: Output<String>? = null, val propagatedRouteTable: Output<ExpressRouteConnectionRoutingPropagatedRouteTableArgs>? = null) : ConvertibleToJava<ExpressRouteConnectionRoutingArgs>
Constructors
Link copied to clipboard
constructor(associatedRouteTableId: Output<String>? = null, inboundRouteMapId: Output<String>? = null, outboundRouteMapId: Output<String>? = null, propagatedRouteTable: Output<ExpressRouteConnectionRoutingPropagatedRouteTableArgs>? = null)
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.