Uses of Class
com.azure.storage.queue.QueueServiceVersion
-
Packages that use QueueServiceVersion Package Description com.azure.storage.queue 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 QueueServiceVersion Modifier and Type Method Description static QueueServiceVersionQueueServiceVersion. getLatest()Gets the latest service version supported by this client libraryQueueServiceVersionQueueAsyncClient. getServiceVersion()Gets the service version the client is using.QueueServiceVersionQueueClient. getServiceVersion()Gets the service version the client is using.QueueServiceVersionQueueServiceAsyncClient. getServiceVersion()Gets the service version the client is using.QueueServiceVersionQueueServiceClient. getServiceVersion()Gets the service version the client is using.static QueueServiceVersionQueueServiceVersion. valueOf(String name)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 QueueServiceVersion Modifier and Type Method Description QueueClientBuilderQueueClientBuilder. serviceVersion(QueueServiceVersion version)Sets theQueueServiceVersionthat is used when making API requests.QueueServiceClientBuilderQueueServiceClientBuilder. serviceVersion(QueueServiceVersion version)Sets theQueueServiceVersionthat is used when making API requests.
-