Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SnapshotInner
Packages that use SnapshotInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of SnapshotInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptionGlobalsClient.getDeletedWebAppSnapshots(String deletedSiteId) Get all deleted apps for a subscription.GlobalsClient.getDeletedWebAppSnapshotsAsync(String deletedSiteId) Get all deleted apps for a subscription.com.azure.core.http.rest.Response<List<SnapshotInner>> GlobalsClient.getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, com.azure.core.util.Context context) Get all deleted apps for a subscription.Mono<com.azure.core.http.rest.Response<List<SnapshotInner>>> GlobalsClient.getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId) Get all deleted apps for a subscription.com.azure.core.http.rest.PagedIterable<SnapshotInner> WebAppsClient.listSnapshots(String resourceGroupName, String name) Returns all Snapshots to the user.com.azure.core.http.rest.PagedIterable<SnapshotInner> WebAppsClient.listSnapshots(String resourceGroupName, String name, com.azure.core.util.Context context) Returns all Snapshots to the user.com.azure.core.http.rest.PagedFlux<SnapshotInner> WebAppsClient.listSnapshotsAsync(String resourceGroupName, String name) Returns all Snapshots to the user.com.azure.core.http.rest.PagedIterable<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondary(String resourceGroupName, String name) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedIterable<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondary(String resourceGroupName, String name, com.azure.core.util.Context context) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedFlux<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondaryAsync(String resourceGroupName, String name) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedIterable<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondarySlot(String resourceGroupName, String name, String slot) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedIterable<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondarySlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedFlux<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondarySlotAsync(String resourceGroupName, String name, String slot) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedIterable<SnapshotInner> WebAppsClient.listSnapshotsSlot(String resourceGroupName, String name, String slot) Returns all Snapshots to the user.com.azure.core.http.rest.PagedIterable<SnapshotInner> WebAppsClient.listSnapshotsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Returns all Snapshots to the user.com.azure.core.http.rest.PagedFlux<SnapshotInner> WebAppsClient.listSnapshotsSlotAsync(String resourceGroupName, String name, String slot) Returns all Snapshots to the user. -
Uses of SnapshotInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SnapshotInnerModifier and TypeMethodDescriptionstatic SnapshotInnerSnapshotInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotInner from the JsonReader.