azure.com

Azure Service Bus client

🔑 oauth2 65 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
Lists all of the available ServiceBus REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ServiceBus/operations
Gets all the available namespaces within the subscription, irrespective of th…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/namespaces
Gets the available Regions for a given sku
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/sku/{sku}/regions
Endpoints (65 total)
GET
/providers/Microsoft.ServiceBus/operations
Lists all of the available ServiceBus REST API operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/namespaces
Gets all the available namespaces within the subscription, irrespective of th…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/sku/{sku}/regions
Gets the available Regions for a given sku
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/premiumMessagingRegions
Gets the available premium messaging regions for servicebus
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces
Gets the available namespaces within a resource group.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}
Gets a description for the specified namespace.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/queues
Gets the queues within a namespace.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics
Gets all the topics in a namespace.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/eventhubs
Gets all the Event Hubs in a service bus Namespace.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/networkRuleSets
Gets list of NetworkRuleSet for a Namespace.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/AuthorizationRules
Gets the authorization rules for a namespace.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/queues/{queueName}
Returns a description for the specified queue.
At a glance
Total SDKs9
Languages8
Endpoints65
Authoauth2
Categories1