My requirement is to retrieve virtual machines cpu % , network in , network out , disk reads/sec , disk writes/sec values programmatically via c# .net.
We have been using windows azure powershell commands to create virtual machines .
And i found no powershell commands for virtual machines cpu % , network in , network out , disk reads/sec , disk writes/sec for these virtual machines.
And I am expecting help in this regard.
And i followed certain links
for azure diagnostics and found that these links are for deploying your own application as cloud service and we can monitor our service via diagnostics configuration file. i am not looking for this.