Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SlotConfigNames
-
Packages that use SlotConfigNames Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of SlotConfigNames in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SlotConfigNames Modifier and Type Method Description SlotConfigNamesSlotConfigNames. withAppSettingNames(List<String> appSettingNames)Set the appSettingNames property: List of application settings names.SlotConfigNamesSlotConfigNames. withAzureStorageConfigNames(List<String> azureStorageConfigNames)Set the azureStorageConfigNames property: List of external Azure storage account identifiers.SlotConfigNamesSlotConfigNames. withConnectionStringNames(List<String> connectionStringNames)Set the connectionStringNames property: List of connection string names.
-