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.
|