Hi,
I got this resolved by using below code
vapp.Undeploy(UndeployPowerActionType.DEFAULT);
Read this article which helped me to better understand the workflow: http://blogs.vmware.com/vsphere/2012/04/partially-powered-off-vapp-vms.html
Hi,
I got this resolved by using below code
vapp.Undeploy(UndeployPowerActionType.DEFAULT);
Read this article which helped me to better understand the workflow: http://blogs.vmware.com/vsphere/2012/04/partially-powered-off-vapp-vms.html