| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| Modifier and Type | Method and Description |
|---|---|
static ShareServiceVersion |
ShareServiceVersion.getLatest()
Gets the latest service version supported by this client library
|
ShareServiceVersion |
ShareDirectoryAsyncClient.getServiceVersion()
Gets the service version the client is using.
|
ShareServiceVersion |
ShareFileClient.getServiceVersion()
Gets the service version the client is using.
|
ShareServiceVersion |
ShareServiceAsyncClient.getServiceVersion()
Gets the service version the client is using.
|
ShareServiceVersion |
ShareAsyncClient.getServiceVersion()
Gets the service version the client is using.
|
ShareServiceVersion |
ShareServiceClient.getServiceVersion()
Gets the service version the client is using.
|
ShareServiceVersion |
ShareClient.getServiceVersion()
Gets the service version the client is using.
|
ShareServiceVersion |
ShareDirectoryClient.getServiceVersion()
Gets the service version the client is using.
|
ShareServiceVersion |
ShareFileAsyncClient.getServiceVersion()
Gets the service version the client is using.
|
static ShareServiceVersion |
ShareServiceVersion.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
ShareClientBuilder |
ShareClientBuilder.serviceVersion(ShareServiceVersion version)
Sets the
ShareServiceVersion that is used when making API requests. |
ShareFileClientBuilder |
ShareFileClientBuilder.serviceVersion(ShareServiceVersion version)
Sets the
ShareServiceVersion that is used when making API requests. |
ShareServiceClientBuilder |
ShareServiceClientBuilder.serviceVersion(ShareServiceVersion version)
Sets the
ShareServiceVersion that is used when making API requests. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.