SlotConfigNamesResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. SlotConfigNamesResourceInner
- com.
- com.
- com.
public final class SlotConfigNamesResourceInner
extends ProxyOnlyResource
Slot Config names azure resource.
Constructor Summary
Constructor | Description |
---|---|
SlotConfigNamesResourceInner() |
Creates an instance of Slot |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
appSettingNames()
Get the app |
List<String> |
azureStorageConfigNames()
Get the azure |
List<String> |
connectionStringNames()
Get the connection |
static
Slot |
fromJson(JsonReader jsonReader)
Reads an instance of Slot |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Slot |
withAppSettingNames(List<String> appSettingNames)
Set the app |
Slot |
withAzureStorageConfigNames(List<String> azureStorageConfigNames)
Set the azure |
Slot |
withConnectionStringNames(List<String> connectionStringNames)
Set the connection |
Slot |
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
Get the appSettingNames property: List of application settings names.
Returns:
azureStorageConfigNames
public List
Get the azureStorageConfigNames property: List of external Azure storage account identifiers.
Returns:
connectionStringNames
public List
Get the connectionStringNames property: List of connection string names.
Returns:
fromJson
public static SlotConfigNamesResourceInner fromJson(JsonReader jsonReader)
Reads an instance of SlotConfigNamesResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SlotConfigNamesResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SlotConfigNamesResourceInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SlotConfigNamesResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SlotConfigNamesResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SlotConfigNamesResourceInner.validate()withAppSettingNames
public SlotConfigNamesResourceInner withAppSettingNames(List
Set the appSettingNames property: List of application settings names.
Parameters:
Returns:
withAzureStorageConfigNames
public SlotConfigNamesResourceInner withAzureStorageConfigNames(List
Set the azureStorageConfigNames property: List of external Azure storage account identifiers.
Parameters:
Returns:
withConnectionStringNames
public SlotConfigNamesResourceInner withConnectionStringNames(List
Set the connectionStringNames property: List of connection string names.
Parameters:
Returns:
withKind
public SlotConfigNamesResourceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
SlotConfigNamesResourceInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java