我在这里发现了一个非常奇怪的问题:在 Azure powershell 中,我们可以对 VM state=stop 或 stop(Deallocated) 使用 Start-AzureVM -ServiceName "mypc" -Name "mypc"。但是对于 Azure Mangement API 我们只能将启动角色用于 VM state=stop
VM state=stop(deallocated) 无法使用该 API。如何使用 REST API 以 State=Stop(deallocated) 启动 VM?谢谢。