LinuxFunctionAppStickySettings

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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