Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SlotDifferenceInner
Packages that use SlotDifferenceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SlotDifferenceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SlotDifferenceInnerModifier and TypeMethodDescriptioncom.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. -
Uses of SlotDifferenceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SlotDifferenceInnerModifier and TypeMethodDescriptionSet the kind property: Kind of resource. -
Uses of SlotDifferenceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SlotDifferenceInnerModifier and TypeMethodDescriptionSlotDifferenceCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SlotDifferenceInnerModifier and TypeMethodDescriptionSlotDifferenceCollection.withValue(List<SlotDifferenceInner> value) Set the value property: Collection of resources.