NetAppVolumeSnapshotRestoreFilesContent(IEnumerable<String>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。