VnetRouteArgs

data class VnetRouteArgs(val staticRoutes: Output<List<StaticRouteArgs>>? = null) : ConvertibleToJava<VnetRouteArgs>

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

Constructors

Link copied to clipboard
fun VnetRouteArgs(staticRoutes: Output<List<StaticRouteArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val staticRoutes: Output<List<StaticRouteArgs>>? = null

List of all Static Routes.