SlotDifferenceProperties Class
SlotDifference resource specific properties.
Constructor
SlotDifferenceProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
Attributes
description
Description of the setting difference.
description: str | None
diff_rule
Rule that describes how to process the setting difference during a slot swap.
diff_rule: str | None
level
Information, Warning or Error.
level: str | None
setting_name
Name of the setting.
setting_name: str | None
setting_type
General, AppSetting or ConnectionString.
setting_type: str | None
value_in_current_slot
Value of the setting in the current slot.
value_in_current_slot: str | None
value_in_target_slot
Value of the setting in the target slot.
value_in_target_slot: str | None