你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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