Uses of Class
com.azure.resourcemanager.appservice.models.CsmSlotEntity
Packages that use CsmSlotEntity
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CsmSlotEntity in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type CsmSlotEntityModifier and TypeMethodDescriptionvoid
WebAppsClient.applySlotConfigToProduction
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) Applies the configuration settings from the target slot onto the current slot.WebAppsClient.applySlotConfigToProductionAsync
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) 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) Applies the configuration settings from the target slot onto the current slot.WebAppsClient.applySlotConfigToProductionWithResponseAsync
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) Applies the configuration settings from the target slot onto the current slot.void
WebAppsClient.applySlotConfigurationSlot
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity) Applies the configuration settings from the target slot onto the current slot.WebAppsClient.applySlotConfigurationSlotAsync
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity) 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) Applies the configuration settings from the target slot onto the current slot.WebAppsClient.applySlotConfigurationSlotWithResponseAsync
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity) Applies the configuration settings from the target slot onto the current slot.WebAppsClient.beginSwapSlot
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity) Swaps two deployment slots of an app.WebAppsClient.beginSwapSlot
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context) Swaps two deployment slots of an app.WebAppsClient.beginSwapSlotAsync
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity) Swaps two deployment slots of an app.WebAppsClient.beginSwapSlotWithProduction
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) Swaps two deployment slots of an app.WebAppsClient.beginSwapSlotWithProduction
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context) Swaps two deployment slots of an app.WebAppsClient.beginSwapSlotWithProductionAsync
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) Swaps two deployment slots of an app.com.azure.core.http.rest.PagedIterable
<SlotDifferenceInner> WebAppsClient.listSlotDifferencesFromProduction
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) 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) 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) 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) 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) 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) Get the difference in configuration settings between two web app slots.void
WebAppsClient.swapSlot
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity) Swaps two deployment slots of an app.void
WebAppsClient.swapSlot
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context) Swaps two deployment slots of an app.WebAppsClient.swapSlotAsync
(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity) Swaps two deployment slots of an app.void
WebAppsClient.swapSlotWithProduction
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) Swaps two deployment slots of an app.void
WebAppsClient.swapSlotWithProduction
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context) Swaps two deployment slots of an app.WebAppsClient.swapSlotWithProductionAsync
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) Swaps two deployment slots of an app.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> WebAppsClient.swapSlotWithProductionWithResponseAsync
(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity) 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) Swaps two deployment slots of an app. -
Uses of CsmSlotEntity in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CsmSlotEntityModifier and TypeMethodDescriptionstatic CsmSlotEntity
CsmSlotEntity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CsmSlotEntity from the JsonReader.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.withTargetSlot
(String targetSlot) Set the targetSlot property: Destination deployment slot during swap operation.