你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.