Uses of Class
com.azure.resourcemanager.netapp.models.BackupRestoreFiles
Packages that use BackupRestoreFiles
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of BackupRestoreFiles in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type BackupRestoreFilesModifier and TypeMethodDescriptionBackupsUnderBackupVaultsClient.beginRestoreFiles
(String resourceGroupName, String accountName, String backupVaultName, String backupName, BackupRestoreFiles body) Create a new Backup Restore Files request Restore the specified files from the specified backup to the active filesystem.BackupsUnderBackupVaultsClient.beginRestoreFiles
(String resourceGroupName, String accountName, String backupVaultName, String backupName, BackupRestoreFiles body, com.azure.core.util.Context context) Create a new Backup Restore Files request Restore the specified files from the specified backup to the active filesystem.void
BackupsUnderBackupVaultsClient.restoreFiles
(String resourceGroupName, String accountName, String backupVaultName, String backupName, BackupRestoreFiles body) Create a new Backup Restore Files request Restore the specified files from the specified backup to the active filesystem.void
BackupsUnderBackupVaultsClient.restoreFiles
(String resourceGroupName, String accountName, String backupVaultName, String backupName, BackupRestoreFiles body, com.azure.core.util.Context context) Create a new Backup Restore Files request Restore the specified files from the specified backup to the active filesystem. -
Uses of BackupRestoreFiles in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return BackupRestoreFilesModifier and TypeMethodDescriptionstatic BackupRestoreFiles
BackupRestoreFiles.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BackupRestoreFiles from the JsonReader.BackupRestoreFiles.withDestinationVolumeId
(String destinationVolumeId) Set the destinationVolumeId property: Resource Id of the destination volume on which the files need to be restored.BackupRestoreFiles.withFileList
(List<String> fileList) Set the fileList property: List of files to be restored.BackupRestoreFiles.withRestoreFilePath
(String restoreFilePath) Set the restoreFilePath property: Destination folder where the files will be restored.Methods in com.azure.resourcemanager.netapp.models with parameters of type BackupRestoreFilesModifier and TypeMethodDescriptionvoid
BackupsUnderBackupVaults.restoreFiles
(String resourceGroupName, String accountName, String backupVaultName, String backupName, BackupRestoreFiles body) Create a new Backup Restore Files request Restore the specified files from the specified backup to the active filesystem.void
BackupsUnderBackupVaults.restoreFiles
(String resourceGroupName, String accountName, String backupVaultName, String backupName, BackupRestoreFiles body, com.azure.core.util.Context context) Create a new Backup Restore Files request Restore the specified files from the specified backup to the active filesystem.