Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
Gets all resource providers for the tenant.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers
Gets a resource by ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceId}
Gets the specified resource provider at the tenant level.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/{resourceProviderNamespace}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:resources
At a glance
Language Java
Endpoints78
✓ Official