Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SlotConfigNamesResourceInner
Packages that use SlotConfigNamesResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
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 SlotConfigNamesResourceInnerModifier and TypeMethodDescriptionWebAppsClient.listSlotConfigurationNames
(String resourceGroupName, String name) Gets the names of app settings and connection strings that stick to the slot (not swapped).WebAppsClient.updateSlotConfigurationNames
(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames) 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 SlotConfigNamesResourceInnerModifier and TypeMethodDescriptionWebAppsClient.listSlotConfigurationNamesAsync
(String resourceGroupName, String name) 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) 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) Gets the names of app settings and connection strings that stick to the slot (not swapped).WebAppsClient.updateSlotConfigurationNamesAsync
(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames) 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) 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) 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 SlotConfigNamesResourceInnerModifier and TypeMethodDescriptionWebAppsClient.updateSlotConfigurationNames
(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames) Updates the names of application settings and connection string that remain with the slot during swap operation.WebAppsClient.updateSlotConfigurationNamesAsync
(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames) 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) 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) 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 SlotConfigNamesResourceInnerModifier and TypeMethodDescriptionstatic SlotConfigNamesResourceInner
SlotConfigNamesResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SlotConfigNamesResourceInner from the JsonReader.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.Set the kind property: Kind of resource.