Create or Update Namespaces | Creates or updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. |
Create or Update Queue | Creates or updates a Service Bus queue. This operation is idempotent. |
Create or Update Rules | Creates a new rule and updates an existing rule |
Create or Update Subscription | Creates a topic subscription. |
Create or Update Topic | Creates or updates a topic in the specified namespace. |
Delete Namespace | Deletes an existing namespace. This operation also removes all associated resources under the namespace. |
Delete Queue | Deletes a queue from the specified namespace in a resource group. |
Delete Rule | Deletes an existing rule. |
Delete Subscriptions | Deletes a subscription from the specified topic. |
Delete Topic | Deletes a topic from the specified namespace and resource group. |
Get Namespaces | Gets a description for the specified namespace. |
Get Queue | Returns a description for the specified queue. |
Get Rule | Retrieves the description for the specified rule. |
Get Subscriptions | Returns a subscription description for the specified topic. |
Get Topic | Gets all the topics in a namespace |
List Namespaces | Gets all the available namespaces within the subscription, irrespective of the resource groups. |
List Namespaces By Resource Group | Gets the available namespaces within a resource group. |
List Queues | Gets the queues within a namespace. |
List Rules | List all the rules within given topic-subscription |
List Subscriptions | List all the subscriptions |
List Subscriptions By Topic | List all the subscriptions under a specified topic. |
List Topics By Namespace | Gets all the topics in a namespace |
Raw Request | Send raw HTTP request to Azure Service Bus |
Send Multiple Messages to Queue | Send multiple plain text messages to a queue. |
Send Message to Queue | Send a single message to a queue. |
Receive Messages from Queue | Receive messages from a queue. Receive messages from a queue will remove the message from the queue. |