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.v2018_02_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. |
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. |
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