Share via


NetAppVolumeSnapshotRestoreFilesContent(IEnumerable<String>) Constructor

Definition

Initializes a new instance of NetAppVolumeSnapshotRestoreFilesContent.

public NetAppVolumeSnapshotRestoreFilesContent (System.Collections.Generic.IEnumerable<string> filePaths);
new Azure.ResourceManager.NetApp.Models.NetAppVolumeSnapshotRestoreFilesContent : seq<string> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeSnapshotRestoreFilesContent
Public Sub New (filePaths As IEnumerable(Of String))

Parameters

filePaths
IEnumerable<String>

List of files to be restored.

Exceptions

filePaths is null.

Applies to