LinuxFunctionAppStickySettingsArgs

data class LinuxFunctionAppStickySettingsArgs(val appSettingNames: Output<List<String>>? = null, val connectionStringNames: Output<List<String>>? = null) : ConvertibleToJava<LinuxFunctionAppStickySettingsArgs>

Constructors

Link copied to clipboard
constructor(appSettingNames: Output<List<String>>? = null, connectionStringNames: Output<List<String>>? = null)

Properties

Link copied to clipboard
val appSettingNames: Output<List<String>>? = null

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

Link copied to clipboard
val connectionStringNames: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LinuxFunctionAppStickySettingsArgs