Uses of Class
com.azure.storage.file.share.ShareAsyncClient
-
Packages that use ShareAsyncClient 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. -
-
Uses of ShareAsyncClient in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareAsyncClient Modifier and Type Method Description ShareAsyncClientShareClientBuilder. buildAsyncClient()Creates aShareAsyncClientbased on options set in the builder.ShareAsyncClientShareServiceAsyncClient. getShareAsyncClient(String shareName)Constructs a ShareAsyncClient that interacts with the specified share.ShareAsyncClientShareServiceAsyncClient. getShareAsyncClient(String shareName, String snapshot)Constructs a ShareAsyncClient that interacts with the specified share.ShareAsyncClientShareAsyncClient. getSnapshotClient(String snapshot)Creates a newShareAsyncClientlinked to thesnapshotof this share resource.Methods in com.azure.storage.file.share that return types with arguments of type ShareAsyncClient Modifier and Type Method Description Mono<ShareAsyncClient>ShareServiceAsyncClient. 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.Mono<ShareAsyncClient>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 ShareAsyncClient Modifier and Type Method Description ShareLeaseClientBuilderShareLeaseClientBuilder. shareAsyncClient(ShareAsyncClient shareAsyncClient)Configures the builder based on the passedShareAsyncClient.
-