SlotDifferenceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. SlotDifferenceInner
- com.
- com.
- com.
public final class SlotDifferenceInner
extends ProxyOnlyResource
A setting difference between two deployment slots of an app.
Constructor Summary
Constructor | Description |
---|---|
SlotDifferenceInner() |
Creates an instance of Slot |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: Description of the setting difference. |
String |
diffRule()
Get the diff |
static
Slot |
fromJson(JsonReader jsonReader)
Reads an instance of Slot |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
level()
Get the level property: Level of the difference: Information, Warning or Error. |
String |
name()
Get the name property: The name of the resource. |
String |
settingName()
Get the setting |
String |
settingType()
Get the setting |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
String |
valueInCurrentSlot()
Get the value |
String |
valueInTargetSlot()
Get the value |
Slot |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
SlotDifferenceInner
public SlotDifferenceInner()
Creates an instance of SlotDifferenceInner class.
Method Details
description
public String description()
Get the description property: Description of the setting difference.
Returns:
diffRule
public String diffRule()
Get the diffRule property: Rule that describes how to process the setting difference during a slot swap.
Returns:
fromJson
public static SlotDifferenceInner fromJson(JsonReader jsonReader)
Reads an instance of SlotDifferenceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SlotDifferenceInner.id()Returns:
level
public String level()
Get the level property: Level of the difference: Information, Warning or Error.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SlotDifferenceInner.name()Returns:
settingName
public String settingName()
Get the settingName property: Name of the setting.
Returns:
settingType
public String settingType()
Get the settingType property: The type of the setting: General, AppSetting or ConnectionString.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SlotDifferenceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SlotDifferenceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SlotDifferenceInner.validate()valueInCurrentSlot
public String valueInCurrentSlot()
Get the valueInCurrentSlot property: Value of the setting in the current slot.
Returns:
valueInTargetSlot
public String valueInTargetSlot()
Get the valueInTargetSlot property: Value of the setting in the target slot.
Returns:
withKind
public SlotDifferenceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
SlotDifferenceInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java