How do you get vm details through Azure .NET API such as fqdn, ipAddress, machine state, etc? I can't find this functionality in the MSDN documentation or elsewhere.
Asked
Active
Viewed 174 times
0
-
Take a look here http://msdn.microsoft.com/en-us/library/azure/dn722415.aspx – Dan Ciborowski - MSFT Jan 10 '15 at 02:35
-
be aware that the virtual machine is wrapped in a hosted service. So look for the API for the hosted service might help. – liuhongbo Jan 12 '15 at 02:59