Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有退出虚拟机我需要更改此虚拟机的虚拟网络/子网。我没有找到任何更改选项,请帮助我。谢谢..!
据我所知,当 NIC 在 VNet 中创建时,它不能再移动到另一个 VNet。因此,您需要做的是在您要将 VM 移动到的 VNet 中创建一个新的 NIC,然后将新的 NIC 附加到 VM。将新网卡更改为主网卡,即可删除旧网卡。完成所有步骤后,VM 已位于所需的 VNet 中。