public class SlotConfigNamesResourceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
SlotConfigNamesResourceInner() |
| 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.
|
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.
|
kindpublic List<String> connectionStringNames()
public SlotConfigNamesResourceInner withConnectionStringNames(List<String> connectionStringNames)
connectionStringNames - the connectionStringNames value to set.public List<String> appSettingNames()
public SlotConfigNamesResourceInner withAppSettingNames(List<String> appSettingNames)
appSettingNames - the appSettingNames value to set.public List<String> azureStorageConfigNames()
public SlotConfigNamesResourceInner withAzureStorageConfigNames(List<String> azureStorageConfigNames)
azureStorageConfigNames - the azureStorageConfigNames value to set.public SlotConfigNamesResourceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.