ArmNetAppModelFactory.NetAppVolumeSnapshotRestoreFilesContent Method

Definition

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.

Applies to