Uses of Class
com.azure.storage.file.share.ShareClient
Packages that use ShareClient
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing specialized clients for Azure Storage Files.
-
Uses of ShareClient in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareClientModifier and TypeMethodDescriptionShareClientBuilder.buildClient()
Creates aShareClient
based on options set in the builder.ShareServiceClient.createShare
(String shareName) Creates a share in the storage account with the specified name and returns a ShareClient to interact with it.ShareServiceClient.getShareClient
(String shareName) Constructs a ShareClient that interacts with the specified share.ShareClient.getSnapshotClient
(String snapshot) Creates a newShareAsyncClient
linked to thesnapshot
of this share resource.ShareServiceClient.undeleteShare
(String deletedShareName, String deletedShareVersion) Restores a previously deleted share.Methods in com.azure.storage.file.share that return types with arguments of type ShareClientModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ShareClient>
ShareServiceClient.createShareWithResponse
(String shareName, ShareCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a share in the storage account with the specified name and options and returns a ShareClient to interact with it.com.azure.core.http.rest.Response<ShareClient>
ShareServiceClient.createShareWithResponse
(String shareName, Map<String, String> metadata, Integer quotaInGB, Duration timeout, com.azure.core.util.Context context) Creates a share in the storage account with the specified name and metadata and returns a ShareClient to interact with it.com.azure.core.http.rest.Response<ShareClient>
ShareServiceClient.undeleteShareWithResponse
(String deletedShareName, String deletedShareVersion, Duration timeout, com.azure.core.util.Context context) Restores a previously deleted share. -
Uses of ShareClient in com.azure.storage.file.share.specialized
Methods in com.azure.storage.file.share.specialized with parameters of type ShareClientModifier and TypeMethodDescriptionShareLeaseClientBuilder.shareClient
(ShareClient shareClient) Configures the builder based on the passedShareClient
.