Share via


SlotDifferenceProperties Class

Definition

SlotDifference resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SlotDifferencePropertiesTypeConverter))]
public class SlotDifferenceProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISlotDifferenceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SlotDifferencePropertiesTypeConverter))>]
type SlotDifferenceProperties = class
    interface ISlotDifferenceProperties
    interface IJsonSerializable
Public Class SlotDifferenceProperties
Implements ISlotDifferenceProperties
Inheritance
SlotDifferenceProperties
Attributes
Implements

Constructors

SlotDifferenceProperties()

Creates an new SlotDifferenceProperties instance.

Properties

Description

Description of the setting difference.

DiffRule

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

Level

Level of the difference: Information, Warning or Error.

SettingName

Name of the setting.

SettingType

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

ValueInCurrentSlot

Value of the setting in the current slot.

ValueInTargetSlot

Value of the setting in the target slot.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SlotDifferenceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SlotDifferenceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISlotDifferenceProperties.

FromJsonString(String)

Creates a new instance of SlotDifferenceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SlotDifferenceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to