connectionStringNames

@JvmName(name = "nugafctgcxrvnmty")
suspend fun connectionStringNames(value: Output<List<String>>)
@JvmName(name = "sqkmqygienwbfuhk")
suspend fun connectionStringNames(value: List<String>?)

Parameters

value

A list of connection_string names that the Linux Function App will not swap between Slots when a swap operation is triggered.


@JvmName(name = "kwriijdfmmbikpkx")
suspend fun connectionStringNames(vararg values: Output<String>)


@JvmName(name = "iwyqttcfvowfetgs")
suspend fun connectionStringNames(values: List<Output<String>>)
@JvmName(name = "pusirucpmoqhsleh")
suspend fun connectionStringNames(vararg values: String)

Parameters

values

A list of connection_string names that the Linux Function App will not swap between Slots when a swap operation is triggered.