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