Using azure-sdk-for-node with azure.com

JavaScript integration

✓ Official SDK

Install

npm install azure-sdk-for-node
Get operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Capacity/operations
Get all `ReservationOrder`s.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Capacity/reservationOrders
Get a specific `ReservationOrder`.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:reservations

At a glance

Language JavaScript
Endpoints14
✓ Official