Equivalent Azure ARM APIs for ComputeManagementClient operations like create, get, swap
问题 I have to replace the service management API's with Azure ARM and I am finding very difficult to find a proper documentation for the following equivalent Azure ARM API's 1) ComputeManagementClient.Deployments.Create - I found the API to GET deployment by slot with the help of azure resource explorer. https://management.azure.com/subscriptions/{mySubID}/resourceGroups/{myResourcegroup}/providers/Microsoft.ClassicCompute/domainNames/{myCloudService}/slots/Production?api-version=2016-04-01 What