SlotDifference interface
A setting difference between two deployment slots of an app.
- Extends
Properties
description | Description of the setting difference. NOTE: This property will not be serialized. It can only be populated by the server. |
diff |
Rule that describes how to process the setting difference during a slot swap. NOTE: This property will not be serialized. It can only be populated by the server. |
level | Level of the difference: Information, Warning or Error. NOTE: This property will not be serialized. It can only be populated by the server. |
setting |
Name of the setting. NOTE: This property will not be serialized. It can only be populated by the server. |
setting |
The type of the setting: General, AppSetting or ConnectionString. NOTE: This property will not be serialized. It can only be populated by the server. |
value |
Value of the setting in the current slot. NOTE: This property will not be serialized. It can only be populated by the server. |
value |
Value of the setting in the target slot. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Description of the setting difference. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
diffRule
Rule that describes how to process the setting difference during a slot swap. NOTE: This property will not be serialized. It can only be populated by the server.
diffRule?: string
Property Value
string
level
Level of the difference: Information, Warning or Error. NOTE: This property will not be serialized. It can only be populated by the server.
level?: string
Property Value
string
settingName
Name of the setting. NOTE: This property will not be serialized. It can only be populated by the server.
settingName?: string
Property Value
string
settingType
The type of the setting: General, AppSetting or ConnectionString. NOTE: This property will not be serialized. It can only be populated by the server.
settingType?: string
Property Value
string
valueInCurrentSlot
Value of the setting in the current slot. NOTE: This property will not be serialized. It can only be populated by the server.
valueInCurrentSlot?: string
Property Value
string
valueInTargetSlot
Value of the setting in the target slot. NOTE: This property will not be serialized. It can only be populated by the server.
valueInTargetSlot?: string
Property Value
string
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type