| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.specialized |
Package containing specialized clients for Azure Storage Files.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileAsyncClient |
ShareFileClientBuilder.buildFileAsyncClient()
Creates a
ShareFileAsyncClient based on options set in the builder. |
ShareFileAsyncClient |
ShareDirectoryAsyncClient.getFileClient(String fileName)
Constructs a ShareFileAsyncClient that interacts with the specified file.
|
ShareFileAsyncClient |
ShareAsyncClient.getFileClient(String filePath)
Constructs a
ShareFileAsyncClient that interacts with the specified file. |
| Modifier and Type | Method and Description |
|---|---|
ShareLeaseClientBuilder |
ShareLeaseClientBuilder.fileAsyncClient(ShareFileAsyncClient fileAsyncClient)
Configures the builder based on the passed
ShareFileAsyncClient. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.