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