Is there a .NET client library available which wraps the REST operations related to virtual machines?
We need to automate deployment, configuration and scaling of virtual machines. To do this, I understand that we need to use the REST API.
When I look at
the documentation I see that the XML structures are quite complex and manually implementing a client for this seems cumbersome.
We don't want to use Powershell, because this functionality will be implemented in a Windows Azure worker role which does not today use Powershell. We already have implementation to manage this for Web and Worker role hosted services, but our version of the .NET client library does not include functionality for managing virtual machines.
Nitramafve