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
Subclasses with type arguments of type QueueServiceVersion in com.azure.storage.queueModifier and TypeClassDescriptionenumThe versions of Azure Storage Queue supported by this client library.Methods in com.azure.storage.queue that return QueueServiceVersionModifier and TypeMethodDescriptionstatic QueueServiceVersionQueueServiceVersion.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 QueueServiceVersionReturns 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 theQueueServiceVersionthat is used when making API requests.QueueServiceClientBuilder.serviceVersion(QueueServiceVersion version) Sets theQueueServiceVersionthat is used when making API requests.