Uses of Class
com.azure.storage.file.share.ShareClientBuilder
Packages that use ShareClientBuilder
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareClientBuilder in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareClientBuilderModifier and TypeMethodDescriptionShareClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) Adds apipeline policyto apply on each request sent.ShareClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.ShareClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration object used to retrieve environment configuration values during building of the client.ShareClientBuilder.connectionString(String connectionString) Sets the connection string to connect to the service.ShareClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets theAzureNamedKeyCredentialused to authorize requests sent to the service.ShareClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredentialused to authorize requests sent to the service.ShareClientBuilder.credential(StorageSharedKeyCredential credential) Sets theStorageSharedKeyCredentialused to authorize requests sent to the service.Sets the endpoint for the Azure Storage File instance that the client will interact with.ShareClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.ShareClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.ShareClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.ShareClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.ShareClientBuilder.retryOptions(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.Sets the SAS token used to authorize requests sent to the service.ShareClientBuilder.serviceVersion(ShareServiceVersion version) Sets theShareServiceVersionthat is used when making API requests.Sets the share that the constructed clients will interact withSets the snapshot that the constructed clients will interact with.