Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SlotDifferenceInner
-
Packages that use SlotDifferenceInner 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.com.azure.resourcemanager.appservice.models 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 SlotDifferenceInner Modifier and Type Method Description 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. -
Uses of SlotDifferenceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SlotDifferenceInner Modifier and Type Method Description SlotDifferenceInnerSlotDifferenceInner. withKind(String kind)Set 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 SlotDifferenceInner Modifier and Type Method Description List<SlotDifferenceInner>SlotDifferenceCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SlotDifferenceInner Modifier and Type Method Description SlotDifferenceCollectionSlotDifferenceCollection. withValue(List<SlotDifferenceInner> value)Set the value property: Collection of resources.
-