SlotConfigNamesResourceInner Class

public final class SlotConfigNamesResourceInner
extends ProxyOnlyResource

Slot Config names azure resource.

Constructor Summary

Constructor Description
SlotConfigNamesResourceInner()

Creates an instance of SlotConfigNamesResourceInner class.

Method Summary

Modifier and Type Method and Description
List<String> appSettingNames()

Get the appSettingNames property: List of application settings names.

List<String> azureStorageConfigNames()

Get the azureStorageConfigNames property: List of external Azure storage account identifiers.

List<String> connectionStringNames()

Get the connectionStringNames property: List of connection string names.

static SlotConfigNamesResourceInner fromJson(JsonReader jsonReader)

Reads an instance of SlotConfigNamesResourceInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

SlotConfigNamesResourceInner withAppSettingNames(List<String> appSettingNames)

Set the appSettingNames property: List of application settings names.

SlotConfigNamesResourceInner withAzureStorageConfigNames(List<String> azureStorageConfigNames)

Set the azureStorageConfigNames property: List of external Azure storage account identifiers.

SlotConfigNamesResourceInner withConnectionStringNames(List<String> connectionStringNames)

Set the connectionStringNames property: List of connection string names.

SlotConfigNamesResourceInner withKind(String kind)

Set the kind property: Kind of resource.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

SlotConfigNamesResourceInner

public SlotConfigNamesResourceInner()

Creates an instance of SlotConfigNamesResourceInner class.

Method Details

appSettingNames

public List appSettingNames()

Get the appSettingNames property: List of application settings names.

Returns:

the appSettingNames value.

azureStorageConfigNames

public List azureStorageConfigNames()

Get the azureStorageConfigNames property: List of external Azure storage account identifiers.

Returns:

the azureStorageConfigNames value.

connectionStringNames

public List connectionStringNames()

Get the connectionStringNames property: List of connection string names.

Returns:

the connectionStringNames value.

fromJson

public static SlotConfigNamesResourceInner fromJson(JsonReader jsonReader)

Reads an instance of SlotConfigNamesResourceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SlotConfigNamesResourceInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

SlotConfigNamesResourceInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SlotConfigNamesResourceInner.name()

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SlotConfigNamesResourceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SlotConfigNamesResourceInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

SlotConfigNamesResourceInner.validate()

withAppSettingNames

public SlotConfigNamesResourceInner withAppSettingNames(List appSettingNames)

Set the appSettingNames property: List of application settings names.

Parameters:

appSettingNames - the appSettingNames value to set.

Returns:

the SlotConfigNamesResourceInner object itself.

withAzureStorageConfigNames

public SlotConfigNamesResourceInner withAzureStorageConfigNames(List azureStorageConfigNames)

Set the azureStorageConfigNames property: List of external Azure storage account identifiers.

Parameters:

azureStorageConfigNames - the azureStorageConfigNames value to set.

Returns:

the SlotConfigNamesResourceInner object itself.

withConnectionStringNames

public SlotConfigNamesResourceInner withConnectionStringNames(List connectionStringNames)

Set the connectionStringNames property: List of connection string names.

Parameters:

connectionStringNames - the connectionStringNames value to set.

Returns:

the SlotConfigNamesResourceInner object itself.

withKind

public SlotConfigNamesResourceInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

SlotConfigNamesResourceInner.withKind(String kind)

Parameters:

kind

Applies to