See: Description
| Class | Description |
|---|---|
| QueueAsyncClient |
This class provides a client that contains all the operations for interacting with a queue in Azure Storage Queue.
|
| QueueClient |
This class provides a client that contains all the operations for interacting with a queue in Azure Storage Queue.
|
| QueueClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the
QueueClients and QueueAsyncClients, calling buildClient constructs an instance of QueueClient and calling buildAsyncClient constructs an instance of QueueAsyncClient. |
| QueueServiceAsyncClient |
This class provides a client that contains all the operations for interacting with a queue account in Azure Storage.
|
| QueueServiceClient |
This class provides a client that contains all the operations for interacting with a queue account in Azure Storage.
|
| QueueServiceClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the
queueServiceClients and queueServiceAsyncClients, calling buildClient constructs an instance of QueueServiceClient and calling buildAsyncClient constructs an instance of QueueServiceAsyncClient. |
| Enum | Description |
|---|---|
| QueueServiceVersion |
The versions of Azure Storage Queue supported by this client library.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.