SlotDifference Class
A setting difference between two deployment slots of an app.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResourceSlotDifference
Constructor
SlotDifference(*, kind: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
system_data
|
The system metadata relating to this resource. |
level
|
Level of the difference: Information, Warning or Error. |
setting_type
|
The type of the setting: General, AppSetting or ConnectionString. |
diff_rule
|
Rule that describes how to process the setting difference during a slot swap. |
setting_name
|
Name of the setting. |
value_in_current_slot
|
Value of the setting in the current slot. |
value_in_target_slot
|
Value of the setting in the target slot. |
description
|
Description of the setting difference. |
Azure SDK for Python