GET /subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus/?api-version=2021-07-01
Gets the list of Microsoft.Compute SKUs available for your Subscription.
Servers
- https://management.azure.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
subscriptionId |
String | Yes |
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
$filter |
String | No |
The filter to apply on the operation. Only location filter is supported currently. |
includeExtendedLocations |
String | No |
To Include Extended Locations information or not in the response. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.