appSettingNames

@JvmName(name = "vixhtwtsqcukebwn")
suspend fun appSettingNames(value: Output<List<String>>)
@JvmName(name = "ejslcxwxulabtdki")
suspend fun appSettingNames(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "tngtaspteoabebdu")
suspend fun appSettingNames(values: List<Output<String>>)
@JvmName(name = "tahotgcfixqqrnri")
suspend fun appSettingNames(vararg values: String)

Parameters

values

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