ISlotDifference Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SlotDifferenceTypeConverter))]
public interface ISlotDifference : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SlotDifferenceTypeConverter))>]
type ISlotDifference = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface ISlotDifference
Implements IProxyOnlyResource
- Derived
- Attributes
- Implements
Properties
Description |
Description of the setting difference. |
DiffRule |
Rule that describes how to process the setting difference during a slot swap. |
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
Kind |
Kind of resource. (Inherited from IProxyOnlyResource) |
Level |
Level of the difference: Information, Warning or Error. |
Name |
Resource Name. (Inherited from IProxyOnlyResource) |
SettingName |
Name of the setting. |
SettingType |
The type of the setting: General, AppSetting or ConnectionString. |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
ValueInCurrentSlot |
Value of the setting in the current slot. |
ValueInTargetSlot |
Value of the setting in the target slot. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |