connectionStringNames

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

Parameters

value

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


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


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

Parameters

values

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