public final class SlotDifferenceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
SlotDifferenceInner() |
| 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.
|
SlotDifferenceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic SlotDifferenceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String level()
public String settingType()
public String diffRule()
public String settingName()
public String valueInCurrentSlot()
public String valueInTargetSlot()
public String description()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - 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.