Routing Configuration Args
    data class RoutingConfigurationArgs(val associatedRouteTable: Output<SubResourceArgs>? = null, val inboundRouteMap: Output<SubResourceArgs>? = null, val outboundRouteMap: Output<SubResourceArgs>? = null, val propagatedRouteTables: Output<PropagatedRouteTableArgs>? = null, val vnetRoutes: Output<VnetRouteArgs>? = null) : ConvertibleToJava<RoutingConfigurationArgs> 
Routing Configuration indicating the associated and propagated route tables for this connection.
Constructors
Link copied to clipboard
                fun RoutingConfigurationArgs(associatedRouteTable: Output<SubResourceArgs>? = null, inboundRouteMap: Output<SubResourceArgs>? = null, outboundRouteMap: Output<SubResourceArgs>? = null, propagatedRouteTables: Output<PropagatedRouteTableArgs>? = null, vnetRoutes: Output<VnetRouteArgs>? = null)