Uses of Class
com.azure.storage.file.share.ShareAsyncClient
Packages that use ShareAsyncClient
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing specialized clients for Azure Storage Files.
-
Uses of ShareAsyncClient in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareAsyncClientModifier and TypeMethodDescriptionShareClientBuilder.buildAsyncClient()
Creates aShareAsyncClient
based on options set in the builder.ShareServiceAsyncClient.getShareAsyncClient
(String shareName) Constructs a ShareAsyncClient that interacts with the specified share.ShareServiceAsyncClient.getShareAsyncClient
(String shareName, String snapshot) Constructs a ShareAsyncClient that interacts with the specified share.ShareAsyncClient.getSnapshotClient
(String snapshot) Creates a newShareAsyncClient
linked to thesnapshot
of this share resource.Methods in com.azure.storage.file.share that return types with arguments of type ShareAsyncClientModifier and TypeMethodDescriptionShareServiceAsyncClient.createShare
(String shareName) Creates a share in the storage account with the specified name and returns a ShareAsyncClient to interact with it.Mono<com.azure.core.http.rest.Response<ShareAsyncClient>>
ShareServiceAsyncClient.createShareWithResponse
(String shareName, ShareCreateOptions options) Creates a share in the storage account with the specified name, and options and returns a ShareAsyncClient to interact with it.Mono<com.azure.core.http.rest.Response<ShareAsyncClient>>
ShareServiceAsyncClient.createShareWithResponse
(String shareName, Map<String, String> metadata, Integer quotaInGB) Creates a share in the storage account with the specified name, metadata, and quota and returns a ShareAsyncClient to interact with it.ShareServiceAsyncClient.undeleteShare
(String deletedShareName, String deletedShareVersion) Restores a previously deleted share.Mono<com.azure.core.http.rest.Response<ShareAsyncClient>>
ShareServiceAsyncClient.undeleteShareWithResponse
(String deletedShareName, String deletedShareVersion) Restores a previously deleted share. -
Uses of ShareAsyncClient in com.azure.storage.file.share.specialized
Methods in com.azure.storage.file.share.specialized with parameters of type ShareAsyncClientModifier and TypeMethodDescriptionShareLeaseClientBuilder.shareAsyncClient
(ShareAsyncClient shareAsyncClient) Configures the builder based on the passedShareAsyncClient
.