QueuesOperationsExtensions Class

Definition

Extension methods for QueuesOperations.

public static class QueuesOperationsExtensions
type QueuesOperationsExtensions = class
Public Module QueuesOperationsExtensions
Inheritance
QueuesOperationsExtensions

Methods

CreateOrUpdateAsync(IQueuesOperations, String, String, String, QueueInner, CancellationToken)

Creates or updates a Service Bus queue. This operation is idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx

CreateOrUpdateAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, IList<Nullable<AccessRights>>, CancellationToken)

Creates an authorization rule for a queue.

DeleteAsync(IQueuesOperations, String, String, String, CancellationToken)

Deletes a queue from the specified namespace in a resource group. https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx

DeleteAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, CancellationToken)

Deletes a queue authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt705609.aspx

GetAsync(IQueuesOperations, String, String, String, CancellationToken)

Returns a description for the specified queue. https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx

GetAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, CancellationToken)

Gets an authorization rule for a queue by rule name. https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx

ListAuthorizationRulesAsync(IQueuesOperations, String, String, String, CancellationToken)

Gets all authorization rules for a queue. https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

ListAuthorizationRulesNextAsync(IQueuesOperations, String, CancellationToken)

Gets all authorization rules for a queue. https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

ListByNamespaceAsync(IQueuesOperations, String, String, CancellationToken)

Gets the queues within a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

ListByNamespaceNextAsync(IQueuesOperations, String, CancellationToken)

Gets the queues within a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

ListKeysAsync(IQueuesOperations, String, String, String, String, CancellationToken)

Primary and secondary connection strings to the queue. https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx

RegenerateKeysAsync(IQueuesOperations, String, String, String, String, Nullable<Policykey>, CancellationToken)

Regenerates the primary or secondary connection strings to the queue. https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx

Applies to