SlotConfigNamesResource Class
Slot Config names azure resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResourceSlotConfigNamesResource
Constructor
SlotConfigNamesResource(*, kind: str | None = None, connection_string_names: List[str] | None = None, app_setting_names: List[str] | None = None, azure_storage_config_names: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
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. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python