| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppsClient.applySlotConfigToProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
Mono<Void> |
WebAppsClient.applySlotConfigToProductionAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
com.azure.core.http.rest.Response<Void> |
WebAppsClient.applySlotConfigToProductionWithResponse(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Applies the configuration settings from the target slot onto the current slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
WebAppsClient.applySlotConfigToProductionWithResponseAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
void |
WebAppsClient.applySlotConfigurationSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
Mono<Void> |
WebAppsClient.applySlotConfigurationSlotAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
com.azure.core.http.rest.Response<Void> |
WebAppsClient.applySlotConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Applies the configuration settings from the target slot onto the current slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
WebAppsClient.applySlotConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginSwapSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginSwapSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginSwapSlotAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginSwapSlotWithProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginSwapSlotWithProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginSwapSlotWithProductionAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> |
WebAppsClient.listSlotDifferencesFromProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> |
WebAppsClient.listSlotDifferencesFromProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedFlux<SlotDifferenceInner> |
WebAppsClient.listSlotDifferencesFromProductionAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> |
WebAppsClient.listSlotDifferencesSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> |
WebAppsClient.listSlotDifferencesSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedFlux<SlotDifferenceInner> |
WebAppsClient.listSlotDifferencesSlotAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Get the difference in configuration settings between two web app slots.
|
void |
WebAppsClient.swapSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
void |
WebAppsClient.swapSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Swaps two deployment slots of an app.
|
Mono<Void> |
WebAppsClient.swapSlotAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
void |
WebAppsClient.swapSlotWithProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
void |
WebAppsClient.swapSlotWithProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Swaps two deployment slots of an app.
|
Mono<Void> |
WebAppsClient.swapSlotWithProductionAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.swapSlotWithProductionWithResponseAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.swapSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
| Modifier and Type | Method and Description |
|---|---|
CsmSlotEntity |
CsmSlotEntity.withPreserveVnet(boolean preserveVnet)
Set the preserveVnet property: <code>true</code> to preserve Virtual Network to the slot during swap;
otherwise, <code>false</code>.
|
CsmSlotEntity |
CsmSlotEntity.withTargetSlot(String targetSlot)
Set the targetSlot property: Destination deployment slot during swap operation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.