| 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 |
|---|---|
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. |
Copyright © 2021 Microsoft Corporation. All rights reserved.