SlotDifferenceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SlotDifference resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotDifferencePropertiesTypeConverter))]
public class SlotDifferenceProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Functions.Models.Api20190801.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. |