ExpressRouteConnectionRoutingPropagatedRouteTable

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The list of labels to logically group route tables.

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

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