| 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 |
|---|---|
ShareClient |
ShareClientBuilder.buildClient()
Creates a
ShareClient based on options set in the builder. |
ShareClient |
ShareServiceClient.createShare(String shareName)
Creates a share in the storage account with the specified name and returns a ShareClient to interact with it.
|
ShareClient |
ShareServiceClient.getShareClient(String shareName)
Constructs a ShareClient that interacts with the specified share.
|
ShareClient |
ShareClient.getSnapshotClient(String snapshot)
Creates a new
ShareAsyncClient linked to the snapshot of this share resource. |
ShareClient |
ShareServiceClient.undeleteShare(String deletedShareName,
String deletedShareVersion)
Restores a previously deleted share.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.