Uses of Enum
com.azure.storage.queue.QueueServiceVersion
Packages that use QueueServiceVersion
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
-
Uses of QueueServiceVersion in com.azure.storage.queue
Methods in com.azure.storage.queue that return QueueServiceVersionModifier and TypeMethodDescriptionstatic QueueServiceVersion
QueueServiceVersion.getLatest()
Gets the latest service version supported by this client libraryQueueAsyncClient.getServiceVersion()
Gets the service version the client is using.QueueClient.getServiceVersion()
Gets the service version the client is using.QueueServiceAsyncClient.getServiceVersion()
Gets the service version the client is using.QueueServiceClient.getServiceVersion()
Gets the service version the client is using.static QueueServiceVersion
Returns the enum constant of this type with the specified name.static QueueServiceVersion[]
QueueServiceVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.queue with parameters of type QueueServiceVersionModifier and TypeMethodDescriptionQueueClientBuilder.serviceVersion
(QueueServiceVersion version) Sets theQueueServiceVersion
that is used when making API requests.QueueServiceClientBuilder.serviceVersion
(QueueServiceVersion version) Sets theQueueServiceVersion
that is used when making API requests.