Uses of Class
com.azure.resourcemanager.appservice.models.SnapshotRestoreRequest
Packages that use SnapshotRestoreRequest
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SnapshotRestoreRequest in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SnapshotRestoreRequestModifier and TypeMethodDescriptionWebAppsClient.beginRestoreSnapshot(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.WebAppsClient.beginRestoreSnapshot(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest, com.azure.core.util.Context context) Restores a web app from a snapshot.WebAppsClient.beginRestoreSnapshotAsync(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.WebAppsClient.beginRestoreSnapshotSlot(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.WebAppsClient.beginRestoreSnapshotSlot(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest, com.azure.core.util.Context context) Restores a web app from a snapshot.WebAppsClient.beginRestoreSnapshotSlotAsync(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.voidWebAppsClient.restoreSnapshot(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.voidWebAppsClient.restoreSnapshot(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest, com.azure.core.util.Context context) Restores a web app from a snapshot.WebAppsClient.restoreSnapshotAsync(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.voidWebAppsClient.restoreSnapshotSlot(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.voidWebAppsClient.restoreSnapshotSlot(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest, com.azure.core.util.Context context) Restores a web app from a snapshot.WebAppsClient.restoreSnapshotSlotAsync(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> WebAppsClient.restoreSnapshotSlotWithResponseAsync(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> WebAppsClient.restoreSnapshotWithResponseAsync(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest) Restores a web app from a snapshot. -
Uses of SnapshotRestoreRequest in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SnapshotRestoreRequestModifier and TypeMethodDescriptionstatic SnapshotRestoreRequestSnapshotRestoreRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotRestoreRequest from the JsonReader.SnapshotRestoreRequest.withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames) Set the ignoreConflictingHostNames property: If true, custom hostname conflicts will be ignored when recovering to a target web app.Set the kind property: Kind of resource.SnapshotRestoreRequest.withOverwrite(Boolean overwrite) Set the overwrite property: If <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>.SnapshotRestoreRequest.withRecoverConfiguration(Boolean recoverConfiguration) Set the recoverConfiguration property: If true, site configuration, in addition to content, will be reverted.SnapshotRestoreRequest.withRecoverySource(SnapshotRecoverySource recoverySource) Set the recoverySource property: Optional.SnapshotRestoreRequest.withSnapshotTime(String snapshotTime) Set the snapshotTime property: Point in time in which the app restore should be done, formatted as a DateTime string.SnapshotRestoreRequest.withUseDRSecondary(Boolean useDRSecondary) Set the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.