Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 249166

Re: VM.UpdateSection() returns "Join Domain settings not specified for Organization" Exception

$
0
0

The same problem is observed for UpdateVM() method as well.

 

vm.GetResource().name = vmName;

vm.GetResource().Description =

"VM created through automation";

 

//vm.Resource.name = vmName;

task = vm.UpdateVM(vm.GetResource()); <<<--- throwing the same exception.

task.WaitForTask(timeout);


Viewing all articles
Browse latest Browse all 249166

Trending Articles