azure.com

API provider — azure.com:marketplace-Marketplace

🔑 oauth2 9 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 Microsoft.Marketplace REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Marketplace/operations
Gets the list of available private stores
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Marketplace/privateStores
Get information about the private store
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Marketplace/privateStores/{PrivateStoreId}
Endpoints (9 total)
GET
/providers/Microsoft.Marketplace/operations
Lists all of the available Microsoft.Marketplace REST API operations.
GET
/providers/Microsoft.Marketplace/privateStores
Gets the list of available private stores
GET
/providers/Microsoft.Marketplace/privateStores/{PrivateStoreId}
Get information about the private store
GET
/providers/Microsoft.Marketplace/privateStores/{PrivateStoreId}/offers
Get a list of all private offers in the given private store
GET
/providers/Microsoft.Marketplace/privateStores/{PrivateStoreId}/offers/{OfferId}
Gets information about a specific offer.
PUT
/providers/Microsoft.Marketplace/privateStores/{PrivateStoreId}
Changes private store properties
PUT
/providers/Microsoft.Marketplace/privateStores/{PrivateStoreId}/offers/{OfferId}
Update or add an offer to the default collection of the private store.
DELETE
/providers/Microsoft.Marketplace/privateStores/{PrivateStoreId}
Deletes the private store. All that is not saved will be lost.
DELETE
/providers/Microsoft.Marketplace/privateStores/{PrivateStoreId}/offers/{OfferId}
Deletes an offer from the given private store.
At a glance
Total SDKs9
Languages8
Endpoints9
Authoauth2
Categories1