routes

@JvmName(name = "xtstowjpedxdyhur")
suspend fun routes(value: Output<List<RouteTableRouteArgs>>)
@JvmName(name = "ngkijwspwbqunjqw")
suspend fun routes(value: List<RouteTableRouteArgs>?)

Parameters

value

A list of objects representing routes. Each object accepts the arguments documented below.

NOTE Since route can be configured both inline and via the separate azure.network.Route resource, we have to explicitly set it to empty slice ([]) to remove it.


@JvmName(name = "ifpnonrjcrlrlsjy")
suspend fun routes(vararg values: Output<RouteTableRouteArgs>)


@JvmName(name = "mceqsgplymwbfhfb")
suspend fun routes(values: List<Output<RouteTableRouteArgs>>)
@JvmName(name = "jcdkrdhkgundmyvp")
suspend fun routes(vararg values: RouteTableRouteArgs)

Parameters

values

A list of objects representing routes. Each object accepts the arguments documented below.

NOTE Since route can be configured both inline and via the separate azure.network.Route resource, we have to explicitly set it to empty slice ([]) to remove it.


@JvmName(name = "yxrhqghjsclehxli")
suspend fun routes(argument: List<suspend RouteTableRouteArgsBuilder.() -> Unit>)
@JvmName(name = "nvrgcmoolfokxcxw")
suspend fun routes(vararg argument: suspend RouteTableRouteArgsBuilder.() -> Unit)
@JvmName(name = "insxjhtixerngxxj")
suspend fun routes(argument: suspend RouteTableRouteArgsBuilder.() -> Unit)

Parameters

argument

A list of objects representing routes. Each object accepts the arguments documented below.

NOTE Since route can be configured both inline and via the separate azure.network.Route resource, we have to explicitly set it to empty slice ([]) to remove it.