Create a virtual machine in windows azure programmatically with C# code or .net -
as know new feature called virtual machine has been added in windows azure portal. want create virtual machine in windows azure programmatically c# or . net. can 1 please in this... api shoud use or yet api .net need published azure people? please 1 guide me task.
you'll want use azure's rest service management apis. example, apis creating , managing vms here: create virtual machine deployment.
the overall api documented here.
since you're in .net seems there service management apis in managed sdk, didn't see service management api references there.
Comments
Post a Comment