azure.com

Resource Provider

🔑 oauth2 10 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
List operations available for the Maps Resource Provider
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Maps/operations
Get all Maps Accounts in a Subscription
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Maps/accounts
Get all Maps Accounts in a Resource Group
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts
Endpoints (10 total)
GET
/providers/Microsoft.Maps/operations
List operations available for the Maps Resource Provider
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Maps/accounts
Get all Maps Accounts in a Subscription
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts
Get all Maps Accounts in a Resource Group
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}
Get a Maps Account.
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources
Moves Maps Accounts from one ResourceGroup (or Subscription) to another
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/listKeys
Get the keys to use with the Maps APIs. A key is used to authenticate and aut…
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/regenerateKey
Regenerate either the primary or secondary key for use with the Maps APIs. Th…
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}
Create or update a Maps Account. A Maps Account holds the keys which allow ac…
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}
Updates a Maps Account. Only a subset of the parameters may be updated after …
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}
Delete a Maps Account.
At a glance
Total SDKs9
Languages8
Endpoints10
Authoauth2
Categories1