BackupRestoreFiles2023_07_01 Constructors
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.
Overloads
BackupRestoreFiles2023_07_01() |
Initializes a new instance of the BackupRestoreFiles class. |
BackupRestoreFiles2023_07_01(IList<String>, String, String) |
Initializes a new instance of the BackupRestoreFiles class. |
BackupRestoreFiles2023_07_01()
Initializes a new instance of the BackupRestoreFiles class.
public BackupRestoreFiles2023_07_01 ();
Public Sub New ()
Applies to
BackupRestoreFiles2023_07_01(IList<String>, String, String)
Initializes a new instance of the BackupRestoreFiles class.
public BackupRestoreFiles2023_07_01 (System.Collections.Generic.IList<string> fileList, string destinationVolumeId, string restoreFilePath = default);
new Microsoft.Azure.Management.NetApp.Models.BackupRestoreFiles2023_07_01 : System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.NetApp.Models.BackupRestoreFiles2023_07_01
Public Sub New (fileList As IList(Of String), destinationVolumeId As String, Optional restoreFilePath As String = Nothing)
Parameters
- destinationVolumeId
- String
Resource Id of the destination volume on which the files need to be restored
- restoreFilePath
- String
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