IQueuesOperations Interface

Definition

QueuesOperations operations.

public interface IQueuesOperations
type IQueuesOperations = interface
Public Interface IQueuesOperations

Methods

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, SBAuthorizationRule, Dictionary<String,List<String>>, CancellationToken)

Creates an authorization rule for a queue.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, SBQueue, 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, Nullable<Int32>, Nullable<Int32>, 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, RegenerateAccessKeyParameters, 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

CreateOrUpdate(IQueuesOperations, String, String, String, SBQueue)

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

CreateOrUpdateAsync(IQueuesOperations, String, String, String, SBQueue, CancellationToken)

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

CreateOrUpdateAuthorizationRule(IQueuesOperations, String, String, String, String, SBAuthorizationRule)

Creates an authorization rule for a queue.

CreateOrUpdateAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, SBAuthorizationRule, CancellationToken)

Creates an authorization rule for a queue.

Delete(IQueuesOperations, String, String, String)

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

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

DeleteAuthorizationRule(IQueuesOperations, String, String, String, String)

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

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

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

Get(IQueuesOperations, String, String, String)

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

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

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

GetAuthorizationRule(IQueuesOperations, String, String, String, String)

Gets an authorization rule for a queue by rule name. https://msdn.microsoft.com/en-us/library/azure/mt705611.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

ListAuthorizationRules(IQueuesOperations, String, String, String)

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

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

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

ListAuthorizationRulesNext(IQueuesOperations, String)

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

ListByNamespace(IQueuesOperations, String, String, Nullable<Int32>, Nullable<Int32>)

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

ListByNamespaceAsync(IQueuesOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

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

ListByNamespaceNext(IQueuesOperations, String)

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

ListKeys(IQueuesOperations, String, String, String, String)

Primary and secondary connection strings to the queue. https://msdn.microsoft.com/en-us/library/azure/mt705608.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

RegenerateKeys(IQueuesOperations, String, String, String, String, RegenerateAccessKeyParameters)

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

RegenerateKeysAsync(IQueuesOperations, String, String, String, String, RegenerateAccessKeyParameters, CancellationToken)

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

Applies to