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

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
Lists all of the available Event Hub REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.EventHub/operations
Lists all the available Namespaces within a subscription, irrespective of the…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces
List the quantity of available pre-provisioned Event Hubs Clusters, indexed b…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:eventhub-EventHub-preview
At a glance
Language Java
Endpoints26
✓ Official