Sdílet prostřednictvím


BackupRestoreFiles2023_07_01 Constructors

Definition

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

fileList
IList<String>

List of files to be restored

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

Applies to