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

NetAppVolumeSnapshotRestoreFilesContent(IEnumerable<String>) 构造函数

定义

初始化 NetAppVolumeSnapshotRestoreFilesContent 的新实例。

public NetAppVolumeSnapshotRestoreFilesContent (System.Collections.Generic.IEnumerable<string> filePaths);
new Azure.ResourceManager.NetApp.Models.NetAppVolumeSnapshotRestoreFilesContent : seq<string> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeSnapshotRestoreFilesContent
Public Sub New (filePaths As IEnumerable(Of String))

参数

filePaths
IEnumerable<String>

要还原的文件列表。

例外

filePaths 为 null。

适用于