SlotDifference Constructors
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.
Overloads
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. |
SlotDifference()
Initializes a new instance of the SlotDifference class.
public SlotDifference ();
Public Sub New ()
Applies to
SlotDifference(String, String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the SlotDifference class.
public SlotDifference (string id = default, string name = default, string kind = default, string type = default, string level = default, string settingType = default, string diffRule = default, string settingName = default, string valueInCurrentSlot = default, string valueInTargetSlot = default, string description = default);
new Microsoft.Azure.Management.WebSites.Models.SlotDifference : string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.SlotDifference
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional level As String = Nothing, Optional settingType As String = Nothing, Optional diffRule As String = Nothing, Optional settingName As String = Nothing, Optional valueInCurrentSlot As String = Nothing, Optional valueInTargetSlot As String = Nothing, Optional description As String = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- level
- String
Level of the difference: Information, Warning or Error.
- settingType
- String
The type of the setting: General, AppSetting or ConnectionString.
- diffRule
- String
Rule that describes how to process the setting difference during a slot swap.
- settingName
- String
Name of the setting.
- valueInCurrentSlot
- String
Value of the setting in the current slot.
- valueInTargetSlot
- String
Value of the setting in the target slot.
- description
- String
Description of the setting difference.
Applies to
Azure SDK for .NET