ArmNetAppModelFactory.NetAppVolumeSnapshotRestoreFilesContent 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.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeSnapshotRestoreFilesContent NetAppVolumeSnapshotRestoreFilesContent(System.Collections.Generic.IEnumerable<string> filePaths = default, string destinationPath = default);
static member NetAppVolumeSnapshotRestoreFilesContent : seq<string> * string -> Azure.ResourceManager.NetApp.Models.NetAppVolumeSnapshotRestoreFilesContent
Public Shared Function NetAppVolumeSnapshotRestoreFilesContent (Optional filePaths As IEnumerable(Of String) = Nothing, Optional destinationPath As String = Nothing) As NetAppVolumeSnapshotRestoreFilesContent
Parameters
- filePaths
- IEnumerable<String>
List of files to be restored.
- destinationPath
- String
Destination folder where the files will be restored.
Returns
A new NetAppVolumeSnapshotRestoreFilesContent instance for mocking.