| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the storage service base classes.
|
| com.microsoft.azure.storage.queue |
This package contains the storage service queue classes.
|
| Modifier and Type | Method and Description |
|---|---|
CloudQueueClient |
CloudStorageAccount.createCloudQueueClient()
Creates a new Queue service client.
|
| Modifier and Type | Method and Description |
|---|---|
CloudQueueClient |
CloudQueue.getServiceClient()
Gets the queue service client associated with this queue.
|
| Constructor and Description |
|---|
CloudQueue(StorageUri uri,
CloudQueueClient client)
Deprecated.
as of 3.0.0. Please use
CloudQueue.CloudQueue(StorageUri, StorageCredentials) |
CloudQueue(String queueName,
CloudQueueClient client)
Deprecated.
as of 3.0.0. Please use
getQueueReference(String) |
CloudQueue(URI uri,
CloudQueueClient client)
Deprecated.
as of 3.0.0. Please use
CloudQueue.CloudQueue(URI, StorageCredentials) |
Copyright © 2015. All Rights Reserved.