SlotDifferencePropertiesOutput interface
SlotDifference resource specific properties
Properties
| description | Description of the setting difference. |
| diff |
Rule that describes how to process the setting difference during a slot swap. |
| level | Level of the difference: Information, Warning or Error. |
| setting |
Name of the setting. |
| setting |
The type of the setting: General, AppSetting or ConnectionString. |
| value |
Value of the setting in the current slot. |
| value |
Value of the setting in the target slot. |
Property Details
description
Description of the setting difference.
description?: string
Property Value
string
diffRule
Rule that describes how to process the setting difference during a slot swap.
diffRule?: string
Property Value
string
level
Level of the difference: Information, Warning or Error.
level?: string
Property Value
string
settingName
Name of the setting.
settingName?: string
Property Value
string
settingType
The type of the setting: General, AppSetting or ConnectionString.
settingType?: string
Property Value
string
valueInCurrentSlot
Value of the setting in the current slot.
valueInCurrentSlot?: string
Property Value
string
valueInTargetSlot
Value of the setting in the target slot.
valueInTargetSlot?: string
Property Value
string