SlotConfigNames Class
Names for connection strings, application settings, and external Azure storage account configuration identifiers to be marked as sticky to the deployment slot and not moved during a swap operation. This is valid for all deployment slots in an app.
Constructor
SlotConfigNames(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
connection_string_names
|
List of connection string names. |
|
app_setting_names
|
List of application settings names. |
|
azure_storage_config_names
|
List of external Azure storage account identifiers. |
Attributes
app_setting_names
List of application settings names.
app_setting_names: list[str] | None
azure_storage_config_names
List of external Azure storage account identifiers.
azure_storage_config_names: list[str] | None
connection_string_names
List of connection string names.
connection_string_names: list[str] | None