SlotDifference Class

Definition

A setting difference between two deployment slots of an app.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SlotDifference : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SlotDifference = class
    inherit ProxyOnlyResource
Public Class SlotDifference
Inherits ProxyOnlyResource
Inheritance
SlotDifference
Attributes

Constructors

SlotDifference()

Initializes a new instance of the SlotDifference class.

SlotDifference(String, String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the SlotDifference class.

Properties

Description

Gets description of the setting difference.

DiffRule

Gets rule that describes how to process the setting difference during a slot swap.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Level

Gets level of the difference: Information, Warning or Error.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
SettingName

Gets name of the setting.

SettingType

Gets the type of the setting: General, AppSetting or ConnectionString.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
ValueInCurrentSlot

Gets value of the setting in the current slot.

ValueInTargetSlot

Gets value of the setting in the target slot.

Applies to