Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SlotConfigNames
Packages that use SlotConfigNames
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SlotConfigNames in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type SlotConfigNamesModifier and TypeClassDescriptionfinal classNames for connection strings, application settings, and external Azure storage account configuration identifiers to be marked as sticky to the deployment slot and not moved during a swap operation.Methods in com.azure.resourcemanager.appservice.fluent.models that return SlotConfigNamesModifier and TypeMethodDescriptionstatic SlotConfigNamesSlotConfigNames.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SlotConfigNames from the JsonReader.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.