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
Subclasses with type arguments of type ShareServiceVersion in com.azure.storage.file.shareModifier and TypeClassDescriptionenumThe versions of Azure Storage File supported by this client library.Methods in com.azure.storage.file.share that return ShareServiceVersionModifier and TypeMethodDescriptionstatic ShareServiceVersionShareServiceVersion.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 ShareServiceVersionReturns 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 theShareServiceVersionthat is used when making API requests.ShareFileClientBuilder.serviceVersion(ShareServiceVersion version) Sets theShareServiceVersionthat is used when making API requests.ShareServiceClientBuilder.serviceVersion(ShareServiceVersion version) Sets theShareServiceVersionthat is used when making API requests.