你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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