Uses of Class
com.azure.storage.file.share.ShareClient
-
Packages that use ShareClient 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 ShareClient in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareClient Modifier and Type Method Description ShareClientShareClientBuilder. buildClient()Creates aShareClientbased on options set in the builder.ShareClientShareServiceClient. createShare(String shareName)Creates a share in the storage account with the specified name and returns a ShareClient to interact with it.ShareClientShareServiceClient. getShareClient(String shareName)Constructs a ShareClient that interacts with the specified share.ShareClientShareClient. getSnapshotClient(String snapshot)Creates a newShareAsyncClientlinked to thesnapshotof this share resource.ShareClientShareServiceClient. undeleteShare(String deletedShareName, String deletedShareVersion)Restores a previously deleted share.Methods in com.azure.storage.file.share that return types with arguments of type ShareClient Modifier and Type Method Description com.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 ShareClient Modifier and Type Method Description ShareLeaseClientBuilderShareLeaseClientBuilder. shareClient(ShareClient shareClient)Configures the builder based on the passedShareClient.
-