Uses of Class
com.azure.resourcemanager.netapp.models.SnapshotRestoreFiles
Packages that use SnapshotRestoreFiles
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of SnapshotRestoreFiles in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type SnapshotRestoreFilesModifier and TypeMethodDescriptionSnapshotsClient.beginRestoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body) Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem.SnapshotsClient.beginRestoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body, com.azure.core.util.Context context) Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem.voidSnapshotsClient.restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body) Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem.voidSnapshotsClient.restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body, com.azure.core.util.Context context) Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem. -
Uses of SnapshotRestoreFiles in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return SnapshotRestoreFilesModifier and TypeMethodDescriptionstatic SnapshotRestoreFilesSnapshotRestoreFiles.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotRestoreFiles from the JsonReader.SnapshotRestoreFiles.withDestinationPath(String destinationPath) Set the destinationPath property: Destination folder where the files will be restored.SnapshotRestoreFiles.withFilePaths(List<String> filePaths) Set the filePaths property: List of files to be restored.Methods in com.azure.resourcemanager.netapp.models with parameters of type SnapshotRestoreFilesModifier and TypeMethodDescriptionvoidSnapshot.restoreFiles(SnapshotRestoreFiles body) Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem.voidSnapshot.restoreFiles(SnapshotRestoreFiles body, com.azure.core.util.Context context) Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem.voidSnapshots.restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body) Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem.voidSnapshots.restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body, com.azure.core.util.Context context) Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem.