workload Express Route Connections
suspend fun workloadExpressRouteConnections(value: Output<List<ExpressRouteConnectionInformationArgs>>)
Parameters
value
As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).
suspend fun workloadExpressRouteConnections(vararg values: Output<ExpressRouteConnectionInformationArgs>)
suspend fun workloadExpressRouteConnections(values: List<Output<ExpressRouteConnectionInformationArgs>>)
Parameters
values
As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).
suspend fun workloadExpressRouteConnections(argument: List<suspend ExpressRouteConnectionInformationArgsBuilder.() -> Unit>)
suspend fun workloadExpressRouteConnections(vararg argument: suspend ExpressRouteConnectionInformationArgsBuilder.() -> Unit)
suspend fun workloadExpressRouteConnections(argument: suspend ExpressRouteConnectionInformationArgsBuilder.() -> Unit)
Parameters
argument
As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).