I found a very strange problem here: In Azure powershell, we can use Start-AzureVM -ServiceName "mypc" -Name "mypc" for both VM state= stop or stop(Deallocated). But for Azure Mangement API We can use start role only for VM state= stop
VM state=stop(deallocated) can't use that API.. How can I use REST API to start VM with State=Stop(deallocated)? Thanks.