Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SlotDifference

Package version

A setting difference between two deployment slots of an app.

Hierarchy

Index

Properties

Optional description

description: undefined | string

Description of the setting difference. NOTE: This property will not be serialized. It can only be populated by the server.

Optional diffRule

diffRule: undefined | string

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.

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: undefined | string

Kind of resource.

Optional level

level: undefined | string

Level of the difference: Information, Warning or Error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional settingName

settingName: undefined | string

Name of the setting. NOTE: This property will not be serialized. It can only be populated by the server.

Optional settingType

settingType: undefined | string

The type of the setting: General, AppSetting or ConnectionString. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional valueInCurrentSlot

valueInCurrentSlot: undefined | string

Value of the setting in the current slot. NOTE: This property will not be serialized. It can only be populated by the server.

Optional valueInTargetSlot

valueInTargetSlot: undefined | string

Value of the setting in the target slot. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc