SlotDifference 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.
A setting difference between two deployment slots of an app.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SlotDifference : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SlotDifference = class
inherit ProxyOnlyResourceInner
Public Class SlotDifference
Inherits ProxyOnlyResourceInner
- Inheritance
- 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Level |
Gets level of the difference: Information, Warning or Error. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
SettingName |
Gets name of the setting. |
SettingType |
Gets the type of the setting: General, AppSetting or ConnectionString. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
ValueInCurrentSlot |
Gets value of the setting in the current slot. |
ValueInTargetSlot |
Gets value of the setting in the target slot. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET