Share via


StorageQueueManagement.DeleteQueue Method

Definition

Overloads

DeleteQueue(CloudQueue, QueueRequestOptions, OperationContext)

Delete the specified storage queue.

DeleteQueue(CloudQueue, QueueRequestOptions, OperationContext)

DeleteQueue(CloudQueue, QueueRequestOptions, OperationContext)

Delete the specified storage queue.

public void DeleteQueue (Microsoft.Azure.Storage.Queue.CloudQueue queue, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member DeleteQueue : Microsoft.Azure.Storage.Queue.CloudQueue * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.DeleteQueue : Microsoft.Azure.Storage.Queue.CloudQueue * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Sub DeleteQueue (queue As CloudQueue, options As QueueRequestOptions, operationContext As OperationContext)

Parameters

queue
CloudQueue

Cloud queue object

options
QueueRequestOptions

Queue request options

operationContext
OperationContext

Operation context

Implements

Applies to

DeleteQueue(CloudQueue, QueueRequestOptions, OperationContext)

public void DeleteQueue (Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member DeleteQueue : Microsoft.WindowsAzure.Storage.Queue.CloudQueue * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
override this.DeleteQueue : Microsoft.WindowsAzure.Storage.Queue.CloudQueue * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
Public Sub DeleteQueue (queue As CloudQueue, options As QueueRequestOptions, operationContext As OperationContext)

Parameters

queue
CloudQueue
operationContext
OperationContext

Implements

Applies to