ArmNetAppModelFactory.NetAppVolumeBackupBackupRestoreFilesContent Method
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 Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupBackupRestoreFilesContent.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupBackupRestoreFilesContent NetAppVolumeBackupBackupRestoreFilesContent (System.Collections.Generic.IEnumerable<string> fileList = default, string restoreFilePath = default, Azure.Core.ResourceIdentifier destinationVolumeId = default);
static member NetAppVolumeBackupBackupRestoreFilesContent : seq<string> * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupBackupRestoreFilesContent
Public Shared Function NetAppVolumeBackupBackupRestoreFilesContent (Optional fileList As IEnumerable(Of String) = Nothing, Optional restoreFilePath As String = Nothing, Optional destinationVolumeId As ResourceIdentifier = Nothing) As NetAppVolumeBackupBackupRestoreFilesContent
Parameters
- fileList
- IEnumerable<String>
List of files 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.
- destinationVolumeId
- ResourceIdentifier
Resource Id of the destination volume on which the files need to be restored.
Returns
A new Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupBackupRestoreFilesContent instance for mocking.
Applies to
Azure SDK for .NET