Share via


IStorageQueueManagement Interface

Definition

Storage queue management interface

public interface IStorageQueueManagement : Microsoft.WindowsAzure.Commands.Storage.Model.Contract.IStorageManagement
type IStorageQueueManagement = interface
    interface IStorageManagement
Public Interface IStorageQueueManagement
Implements IStorageManagement
Derived
Implements

Properties

StorageContext

The azure storage context assoicated with this IStorageBlobManagement

(Inherited from IStorageManagement)

Methods

CreateQueueIfNotExists(CloudQueue, QueueRequestOptions, OperationContext)

Create an cloud queue on azure if not exists.

CreateQueueIfNotExists(CloudQueue, QueueRequestOptions, OperationContext)
DeleteQueue(CloudQueue, QueueRequestOptions, OperationContext)

Delete the specified storage queue.

DeleteQueue(CloudQueue, QueueRequestOptions, OperationContext)
DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

Checks existence of the queue.

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)
FetchAttributes(CloudQueue, QueueRequestOptions, OperationContext)

Fetch queue attributes

FetchAttributes(CloudQueue, QueueRequestOptions, OperationContext)
GetPermissions(CloudQueue, QueueRequestOptions, OperationContext)
GetPermissions(CloudQueue, QueueRequestOptions, OperationContext)

Get queue permission

GetPermissionsAsync(CloudQueue, QueueRequestOptions, OperationContext)

Get queue permission async

GetPermissionsAsync(CloudQueue, QueueRequestOptions, OperationContext)
GetQueueReference(String)

Get queue reference

ListQueues(String, QueueListingDetails, QueueRequestOptions, OperationContext)

List storage queues

ListQueues(String, QueueListingDetails, QueueRequestOptions, OperationContext)
SetPermissions(CloudQueue, QueuePermissions, QueueRequestOptions, OperationContext)

set queue permission

SetPermissions(CloudQueue, QueuePermissions, QueueRequestOptions, OperationContext)

Applies to