Hi,
I need help in vRA property dictionary. Is there a way to set value of a property same as other property in property dictionary?
Say from user we have input a value which is set in "VirtualMachine.Network0.Name" (via dropdown) while blueprint request.
Now i want value of "VirtualMachine.Network0.Name" to be set in say "VirtualMachine.Network0.Profile"
VirtualMachine.Network0.Name="VM network"
VirtualMachine.Network0.Profile=VirtualMachine.Network0.Name (something like this)
Thanks.