| 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 |
|---|---|
ShareAsyncClient |
ShareClientBuilder.buildAsyncClient()
Creates a
ShareAsyncClient based on options set in the builder. |
ShareAsyncClient |
ShareServiceAsyncClient.getShareAsyncClient(String shareName)
Constructs a ShareAsyncClient that interacts with the specified share.
|
ShareAsyncClient |
ShareServiceAsyncClient.getShareAsyncClient(String shareName,
String snapshot)
Constructs a ShareAsyncClient that interacts with the specified share.
|
ShareAsyncClient |
ShareAsyncClient.getSnapshotClient(String snapshot)
Creates a new
ShareAsyncClient linked to the snapshot of this share resource. |
| Modifier and Type | Method and Description |
|---|---|
ShareLeaseClientBuilder |
ShareLeaseClientBuilder.shareAsyncClient(ShareAsyncClient shareAsyncClient)
Configures the builder based on the passed
ShareAsyncClient. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.