public final class SlotConfigNames extends Object
| Constructor and Description |
|---|
SlotConfigNames() |
| 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.
|
SlotConfigNames |
withAppSettingNames(List<String> appSettingNames)
Set the appSettingNames property: List of application settings names.
|
SlotConfigNames |
withAzureStorageConfigNames(List<String> azureStorageConfigNames)
Set the azureStorageConfigNames property: List of external Azure storage account identifiers.
|
SlotConfigNames |
withConnectionStringNames(List<String> connectionStringNames)
Set the connectionStringNames property: List of connection string names.
|
public List<String> connectionStringNames()
public SlotConfigNames withConnectionStringNames(List<String> connectionStringNames)
connectionStringNames - the connectionStringNames value to set.public List<String> appSettingNames()
public SlotConfigNames withAppSettingNames(List<String> appSettingNames)
appSettingNames - the appSettingNames value to set.public List<String> azureStorageConfigNames()
public SlotConfigNames withAzureStorageConfigNames(List<String> azureStorageConfigNames)
azureStorageConfigNames - the azureStorageConfigNames value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.