如何使用C# .NET在VMware vSphere ESXi中创建新虚拟机?
我使用的是来自PowerCLI的vSphere .NET库VMware.Vim.dll。下面的代码解释了上下文。
using VMware.Vim;
public class VmCreator{
VimClient Client = new VimClientImpl();
public VmCreator(){
Client.Connect("https://hostName/sdk");
Client.Login("username