public final class SlotDifferenceProperties extends Object
| Constructor and Description |
|---|
SlotDifferenceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: Description of the setting difference.
|
String |
diffRule()
Get the diffRule property: Rule that describes how to process the setting difference during a slot swap.
|
String |
level()
Get the level property: Level of the difference: Information, Warning or Error.
|
String |
settingName()
Get the settingName property: Name of the setting.
|
String |
settingType()
Get the settingType property: The type of the setting: General, AppSetting or ConnectionString.
|
void |
validate()
Validates the instance.
|
String |
valueInCurrentSlot()
Get the valueInCurrentSlot property: Value of the setting in the current slot.
|
String |
valueInTargetSlot()
Get the valueInTargetSlot property: Value of the setting in the target slot.
|
public String level()
public String settingType()
public String diffRule()
public String settingName()
public String valueInCurrentSlot()
public String valueInTargetSlot()
public String description()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.