SlotDifferenceInner Class

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 SlotDifferenceInner class.

Method Summary

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.

Methods inherited from ProxyResource

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:

the description value.

diffRule

public String diffRule()

Get the diffRule property: Rule that describes how to process the setting difference during a slot swap.

Returns:

the diffRule value.

level

public String level()

Get the level property: Level of the difference: Information, Warning or Error.

Returns:

the level value.

settingName

public String settingName()

Get the settingName property: Name of the setting.

Returns:

the settingName value.

settingType

public String settingType()

Get the settingType property: The type of the setting: General, AppSetting or ConnectionString.

Returns:

the settingType value.

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:

the valueInCurrentSlot value.

valueInTargetSlot

public String valueInTargetSlot()

Get the valueInTargetSlot property: Value of the setting in the target slot.

Returns:

the valueInTargetSlot value.

withKind

public SlotDifferenceInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

SlotDifferenceInner.withKind(String kind)

Parameters:

kind

Applies to