GetLinuxFunctionAppStickySetting

data class GetLinuxFunctionAppStickySetting(val appSettingNames: List<String>, val connectionStringNames: List<String>)

Constructors

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

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.