IQueuesOperations Interface

Definition

QueuesOperations operations.

public interface IQueuesOperations
type IQueuesOperations = interface
Public Interface IQueuesOperations

Methods

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, IList<Nullable<AccessRights>>, Dictionary<String, List<String>>, CancellationToken)

Creates an authorization rule for a queue.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, QueueInner, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListAuthorizationRulesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListAuthorizationRulesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByNamespaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByNamespaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListKeysWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

RegenerateKeysWithHttpMessagesAsync(String, String, String, String, Nullable<Policykey>, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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