Routing Configuration Args
data class RoutingConfigurationArgs(val associatedRouteTable: 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
constructor(associatedRouteTable: Output<SubResourceArgs>? = null, propagatedRouteTables: Output<PropagatedRouteTableArgs>? = null, vnetRoutes: Output<VnetRouteArgs>? = null)