CloudQueueClient.ListQueues Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Overload List

NameDescription
CloudQueueClient.ListQueues ()Returns an enumerable collection of the queues in the storage account.
CloudQueueClient.ListQueues (String)Returns an enumerable collection of the queues in the storage account whose names begin with the specified prefix.
CloudQueueClient.ListQueues (String, QueueListingDetails)Returns an enumerable collection of the queues in the storage account whose names begin with the specified prefix and that are retrieved lazily.

See Also