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.v2021_01_15.models._models_py3.ProxyOnlyResourceSlotDifference
Constructor
SlotDifference(*, kind: Optional[str] = None, **kwargs)
Parameters
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
- level
- str
Level of the difference: Information, Warning or Error.
- setting_type
- str
The type of the setting: General, AppSetting or ConnectionString.
- diff_rule
- str
Rule that describes how to process the setting difference during a slot swap.
- setting_name
- str
Name of the setting.
- value_in_current_slot
- str
Value of the setting in the current slot.
- value_in_target_slot
- str
Value of the setting in the target slot.
- description
- str
Description of the setting difference.
Feedback
Submit and view feedback for