azure.com

Azure software plans let users create and manage licenses for various software used in Azure.

🔑 oauth2 8 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" \
  /{scope}/providers/Microsoft.SoftwarePlan/operations
Get all hybrid use benefits associated with an ARM resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits
Gets a given plan ID
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
Endpoints (8 total)
GET
/{scope}/providers/Microsoft.SoftwarePlan/operations
Get operations.
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits
Get all hybrid use benefits associated with an ARM resource.
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
Gets a given plan ID
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}/revisions
Gets the version history of a hybrid use benefit
POST
/subscriptions/{subscriptionId}/providers/Microsoft.SoftwarePlan/register
Register to Microsoft.SoftwarePlan resource provider.
PUT
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
Create a new hybrid use benefit under a given scope
PATCH
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
Updates an existing hybrid use benefit
DELETE
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
Deletes a given plan ID
At a glance
Total SDKs9
Languages8
Endpoints8
Authoauth2
Categories1