azure.com

Azure resources can be linked together to form logical relationships. You can establish links between resources belonging to different resource groups. However, all the linked resources must belong to the same subscription. Each resource can be linked to 50 other resources. If any of the linked reso

🔑 oauth2 6 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
Gets a resource link with the specified ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{linkId}
Lists all of the available Microsoft.Resources REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Resources/operations
Gets a list of resource links at and below the specified source scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Resources/links
Endpoints (6 total)
GET
/{linkId}
Gets a resource link with the specified ID.
GET
/providers/Microsoft.Resources/operations
Lists all of the available Microsoft.Resources REST API operations.
GET
/{scope}/providers/Microsoft.Resources/links
Gets a list of resource links at and below the specified source scope.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Resources/links
Gets all the linked resources for the subscription.
PUT
/{linkId}
Creates or updates a resource link between the specified resources.
DELETE
/{linkId}
Deletes a resource link with the specified ID.
At a glance
Total SDKs9
Languages8
Endpoints6
Authoauth2
Categories1