azure.com

Consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

🔑 oauth2 25 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all of the available consumption REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Consumption/operations
Get all available tag keys for the defined scope
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Consumption/tags
Lists all budgets for the defined scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Consumption/budgets
Endpoints (25 total)
GET
/providers/Microsoft.Consumption/operations
Lists all of the available consumption REST API operations.
GET
/{scope}/providers/Microsoft.Consumption/tags
Get all available tag keys for the defined scope
GET
/{scope}/providers/Microsoft.Consumption/budgets
Lists all budgets for the defined scope.
GET
/{scope}/providers/Microsoft.Consumption/charges
Lists the charges based for the defined scope.
GET
/{scope}/providers/Microsoft.Consumption/marketplaces
Lists the marketplaces for a scope at the defined scope. Marketplaces are ava…
GET
/{scope}/providers/Microsoft.Consumption/usageDetails
Lists the usage details for the defined scope. Usage details are available vi…
GET
/{scope}/providers/Microsoft.Consumption/budgets/{budgetName}
Gets the budget for the scope by budget name.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Consumption/forecasts
Lists the forecast charges by subscriptionId.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Consumption/pricesheets/default
Gets the price sheet for a scope by subscriptionId. Price sheet is available …
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Consumption/reservationRecommendations
List of recommendations for purchasing reserved instances.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Consumption/balances
Gets the balances for a scope by billingAccountId. Balances are available via…
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Consumption/reservationDetails
Lists the reservations details for provided date range.
At a glance
Total SDKs9
Languages8
Endpoints25
Authoauth2
Categories1