| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SlotConfigNamesResourceInner |
WebAppsClient.listSlotConfigurationNames(String resourceGroupName,
String name)
Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).
|
SlotConfigNamesResourceInner |
WebAppsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
SlotConfigNamesResourceInner |
WebAppsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
SlotConfigNamesResourceInner |
SlotConfigNamesResourceInner.withAppSettingNames(List<String> appSettingNames)
Set the appSettingNames property: List of application settings names.
|
SlotConfigNamesResourceInner |
SlotConfigNamesResourceInner.withAzureStorageConfigNames(List<String> azureStorageConfigNames)
Set the azureStorageConfigNames property: List of external Azure storage account identifiers.
|
SlotConfigNamesResourceInner |
SlotConfigNamesResourceInner.withConnectionStringNames(List<String> connectionStringNames)
Set the connectionStringNames property: List of connection string names.
|
SlotConfigNamesResourceInner |
SlotConfigNamesResourceInner.withKind(String kind)
Set the kind property: Kind of resource.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.