azure.com

This API describe Azure Reservation

🔑 oauth2 14 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
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}
Endpoints (14 total)
GET
/providers/Microsoft.Capacity/operations
Get operations.
GET
/providers/Microsoft.Capacity/reservationOrders
Get all `ReservationOrder`s.
GET
/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}
Get a specific `ReservationOrder`.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/catalogs
Get the regions and skus that are available for RI purchase for the specified…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/appliedReservations
Get list of applicable `Reservation`s.
GET
/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations
Get `Reservation`s in a given reservation Order
GET
/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}
Get `Reservation` details.
GET
/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}/revisions
Get `Reservation` revisions.
POST
/providers/Microsoft.Capacity/calculatePrice
Calculate price for a `ReservationOrder`.
POST
/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/merge
Merges two `Reservation`s.
POST
/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/split
Split the `Reservation`.
POST
/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}/availableScopes
Get Available Scopes for `Reservation`.
At a glance
Total SDKs9
Languages8
Endpoints14
Authoauth2
Categories1