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_03_01.models._models_py3.ProxyOnlyResource
SlotDifference

Constructor

SlotDifference(*, kind: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

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.