Share via


StorageQueueManagement.DoesQueueExist Method

Definition

Overloads

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

Checks existence of the queue.

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

Checks existence of the queue.

public bool DoesQueueExist (Microsoft.Azure.Storage.Queue.CloudQueue queue, Microsoft.Azure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member DoesQueueExist : Microsoft.Azure.Storage.Queue.CloudQueue * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
override this.DoesQueueExist : Microsoft.Azure.Storage.Queue.CloudQueue * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
Public Function DoesQueueExist (queue As CloudQueue, requestOptions As QueueRequestOptions, operationContext As OperationContext) As Boolean

Parameters

queue
CloudQueue

Cloud queue object

requestOptions
QueueRequestOptions

Queue request options

operationContext
OperationContext

Operation context

Returns

True if the queue exists, otherwise false

Implements

Applies to

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

public bool DoesQueueExist (Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member DoesQueueExist : Microsoft.WindowsAzure.Storage.Queue.CloudQueue * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> bool
override this.DoesQueueExist : Microsoft.WindowsAzure.Storage.Queue.CloudQueue * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> bool
Public Function DoesQueueExist (queue As CloudQueue, requestOptions As QueueRequestOptions, operationContext As OperationContext) As Boolean

Parameters

queue
CloudQueue
requestOptions
QueueRequestOptions
operationContext
OperationContext

Returns

Implements

Applies to