Uses of Enum
com.azure.storage.file.share.ShareServiceVersion
Packages that use ShareServiceVersion
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareServiceVersion in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareServiceVersionModifier and TypeMethodDescriptionstatic ShareServiceVersion
ShareServiceVersion.getLatest()
Gets the latest service version supported by this client libraryShareAsyncClient.getServiceVersion()
Gets the service version the client is using.ShareClient.getServiceVersion()
Gets the service version the client is using.ShareDirectoryAsyncClient.getServiceVersion()
Gets the service version the client is using.ShareDirectoryClient.getServiceVersion()
Gets the service version the client is using.ShareFileAsyncClient.getServiceVersion()
Gets the service version the client is using.ShareFileClient.getServiceVersion()
Gets the service version the client is using.ShareServiceAsyncClient.getServiceVersion()
Gets the service version the client is using.ShareServiceClient.getServiceVersion()
Gets the service version the client is using.static ShareServiceVersion
Returns the enum constant of this type with the specified name.static ShareServiceVersion[]
ShareServiceVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.file.share with parameters of type ShareServiceVersionModifier and TypeMethodDescriptionShareClientBuilder.serviceVersion
(ShareServiceVersion version) Sets theShareServiceVersion
that is used when making API requests.ShareFileClientBuilder.serviceVersion
(ShareServiceVersion version) Sets theShareServiceVersion
that is used when making API requests.ShareServiceClientBuilder.serviceVersion
(ShareServiceVersion version) Sets theShareServiceVersion
that is used when making API requests.