NetAppVolumeBackupBackupRestoreFilesContent Constructor
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.
Initializes a new instance of NetAppVolumeBackupBackupRestoreFilesContent.
public NetAppVolumeBackupBackupRestoreFilesContent(System.Collections.Generic.IEnumerable<string> fileList, Azure.Core.ResourceIdentifier destinationVolumeId);
new Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupBackupRestoreFilesContent : seq<string> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupBackupRestoreFilesContent
Public Sub New (fileList As IEnumerable(Of String), destinationVolumeId As ResourceIdentifier)
Parameters
- fileList
- IEnumerable<String>
List of files to be restored.
- destinationVolumeId
- ResourceIdentifier
Resource Id of the destination volume on which the files need to be restored.
Exceptions
fileList or destinationVolumeId is null.