Sdílet prostřednictvím


SnapshotRestoreFiles Constructors

Definition

Overloads

SnapshotRestoreFiles()

Initializes a new instance of the SnapshotRestoreFiles class.

SnapshotRestoreFiles(IList<String>, String)

Initializes a new instance of the SnapshotRestoreFiles class.

SnapshotRestoreFiles()

Initializes a new instance of the SnapshotRestoreFiles class.

public SnapshotRestoreFiles ();
Public Sub New ()

Applies to

SnapshotRestoreFiles(IList<String>, String)

Initializes a new instance of the SnapshotRestoreFiles class.

public SnapshotRestoreFiles (System.Collections.Generic.IList<string> filePaths, string destinationPath = default);
new Microsoft.Azure.Management.NetApp.Models.SnapshotRestoreFiles : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.NetApp.Models.SnapshotRestoreFiles
Public Sub New (filePaths As IList(Of String), Optional destinationPath As String = Nothing)

Parameters

filePaths
IList<String>

List of files to be restored

destinationPath
String

Destination folder where the files will be restored

Applies to