Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SlotConfigNamesResourceInner
-
Packages that use SlotConfigNamesResourceInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of SlotConfigNamesResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SlotConfigNamesResourceInner Modifier and Type Method Description SlotConfigNamesResourceInnerWebAppsClient. listSlotConfigurationNames(String resourceGroupName, String name)Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).SlotConfigNamesResourceInnerWebAppsClient. updateSlotConfigurationNames(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)Description for Updates the names of application settings and connection string that remain with the slot during swap operation.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SlotConfigNamesResourceInner Modifier and Type Method Description Mono<SlotConfigNamesResourceInner>WebAppsClient. listSlotConfigurationNamesAsync(String resourceGroupName, String name)Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>WebAppsClient. listSlotConfigurationNamesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).Mono<com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>>WebAppsClient. listSlotConfigurationNamesWithResponseAsync(String resourceGroupName, String name)Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).Mono<SlotConfigNamesResourceInner>WebAppsClient. updateSlotConfigurationNamesAsync(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)Description for Updates the names of application settings and connection string that remain with the slot during swap operation.com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>WebAppsClient. updateSlotConfigurationNamesWithResponse(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames, com.azure.core.util.Context context)Description for Updates the names of application settings and connection string that remain with the slot during swap operation.Mono<com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>>WebAppsClient. updateSlotConfigurationNamesWithResponseAsync(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)Description for Updates the names of application settings and connection string that remain with the slot during swap operation.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SlotConfigNamesResourceInner Modifier and Type Method Description SlotConfigNamesResourceInnerWebAppsClient. updateSlotConfigurationNames(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)Description for Updates the names of application settings and connection string that remain with the slot during swap operation.Mono<SlotConfigNamesResourceInner>WebAppsClient. updateSlotConfigurationNamesAsync(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)Description for Updates the names of application settings and connection string that remain with the slot during swap operation.com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>WebAppsClient. updateSlotConfigurationNamesWithResponse(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames, com.azure.core.util.Context context)Description for Updates the names of application settings and connection string that remain with the slot during swap operation.Mono<com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>>WebAppsClient. updateSlotConfigurationNamesWithResponseAsync(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)Description for Updates the names of application settings and connection string that remain with the slot during swap operation. -
Uses of SlotConfigNamesResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SlotConfigNamesResourceInner Modifier and Type Method Description SlotConfigNamesResourceInnerSlotConfigNamesResourceInner. withAppSettingNames(List<String> appSettingNames)Set the appSettingNames property: List of application settings names.SlotConfigNamesResourceInnerSlotConfigNamesResourceInner. withAzureStorageConfigNames(List<String> azureStorageConfigNames)Set the azureStorageConfigNames property: List of external Azure storage account identifiers.SlotConfigNamesResourceInnerSlotConfigNamesResourceInner. withConnectionStringNames(List<String> connectionStringNames)Set the connectionStringNames property: List of connection string names.SlotConfigNamesResourceInnerSlotConfigNamesResourceInner. withKind(String kind)Set the kind property: Kind of resource.
-