次の方法で共有


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 です。

適用対象