RoutingConfigurationResponse

data class RoutingConfigurationResponse(val associatedRouteTable: SubResourceResponse? = null, val propagatedRouteTables: PropagatedRouteTableResponse? = null, val vnetRoutes: VnetRouteResponse? = null)

Routing Configuration indicating the associated and propagated route tables for this connection.

Constructors

Link copied to clipboard
constructor(associatedRouteTable: SubResourceResponse? = null, propagatedRouteTables: PropagatedRouteTableResponse? = null, vnetRoutes: VnetRouteResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource id RouteTable associated with this RoutingConfiguration.

Link copied to clipboard

The list of RouteTables to advertise the routes to.

Link copied to clipboard

List of routes that control routing from VirtualHub into a virtual network connection.