Hyper-V WMI:导入虚拟机并创建快照

发布于 2024-10-01 23:06:21 字数 764 浏览 4 评论 0 原文

我正在使用 Hyper-V WMI 提供程序 在 Hyper-V 中导入虚拟机,特别是使用 ImportVirtualSystemEx 方法rel="nofollow">Msvm_VirtualSystemManagementService 类,主要使用 MS 提供的 C# 代码片段。

我需要在导入后立即使用 CreateVirtualSystemSnapshot 方法,但我不知道如何在 Hyper 中已导入的所有其他虚拟机中识别新导入的虚拟机 -V。

我希望从 ImportVirtualSystemEx 方法中得到一些信息,但情况似乎并非如此。

有什么线索吗?

I'm using the Hyper-V WMI Provider to import virtual machines in Hyper-V, specifically using the ImportVirtualSystemEx method of the Msvm_VirtualSystemManagementService class, largely using the C# code snippets provided by MS.

I need to create a snapshot immediately after import, using the CreateVirtualSystemSnapshot method, but I can't figure out how to identify the newly imported virtual machine among all the other virtual machines that have already been imported in Hyper-V.

I was hoping to get something back from the ImportVirtualSystemEx method, but that doesn't seem to be the case.

Any clues?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

阿楠 2024-10-08 23:06:21

I just realised that the Msvm_VirtualSystemImportSettingData class that is created using the GetVirtualSystemImportSettingData method during import contains all the information I need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文