BackupRestoreFiles Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Restore payload for Single File Backup Restore
public class BackupRestoreFiles
type BackupRestoreFiles = class
Public Class BackupRestoreFiles
- Inheritance
-
BackupRestoreFiles
Constructors
BackupRestoreFiles() |
Initializes a new instance of the BackupRestoreFiles class. |
BackupRestoreFiles(IList<String>, String, String) |
Initializes a new instance of the BackupRestoreFiles class. |
Properties
DestinationVolumeId |
Gets or sets resource Id of the destination volume on which the files need to be restored |
FileList |
Gets or sets list of files to be restored |
RestoreFilePath |
Gets or sets destination folder where the files will be restored. The path name should start with a forward slash. If it is omitted from request then restore is done at the root folder of the destination volume by default |
Methods
Validate() |
Validate the object. |