ExpressRouteConnectionRoutingPropagatedRouteTableArgs

data class ExpressRouteConnectionRoutingPropagatedRouteTableArgs(val labels: Output<List<String>>? = null, val routeTableIds: Output<List<String>>? = null) : ConvertibleToJava<ExpressRouteConnectionRoutingPropagatedRouteTableArgs>

Constructors

constructor(labels: Output<List<String>>? = null, routeTableIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val labels: Output<List<String>>? = null

The list of labels to logically group route tables.

Link copied to clipboard
val routeTableIds: Output<List<String>>? = null

A list of IDs of the Virtual Hub Route Table to propagate routes from Express Route Connection to the route table.

Functions

Link copied to clipboard
open override fun toJava(): ExpressRouteConnectionRoutingPropagatedRouteTableArgs