Uses of Class
com.azure.storage.file.share.ShareServiceClientBuilder
Packages that use ShareServiceClientBuilder
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareServiceClientBuilder in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareServiceClientBuilderModifier and TypeMethodDescriptionShareServiceClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) Adds apipeline policyto apply on each request sent.ShareServiceClientBuilder.allowSourceTrailingDot(boolean allowSourceTrailingDot) Set the trailing dot property to specify whether trailing dot will be trimmed or not from the source URI.ShareServiceClientBuilder.allowTrailingDot(boolean allowTrailingDot) Set the trailing dot property to specify whether trailing dot will be trimmed or not from the target URI.ShareServiceClientBuilder.audience(ShareAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).ShareServiceClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.ShareServiceClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration object used to retrieve environment configuration values during building of the client.ShareServiceClientBuilder.connectionString(String connectionString) Sets the connection string to connect to the service.ShareServiceClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets theAzureNamedKeyCredentialused to authorize requests sent to the service.ShareServiceClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredentialused to authorize requests sent to the service.ShareServiceClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused to authorize requests sent to the service.ShareServiceClientBuilder.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.ShareServiceClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.ShareServiceClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.ShareServiceClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.ShareServiceClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.ShareServiceClientBuilder.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.ShareServiceClientBuilder.serviceVersion(ShareServiceVersion version) Sets theShareServiceVersionthat is used when making API requests.ShareServiceClientBuilder.shareTokenIntent(ShareTokenIntent shareTokenIntent) Sets theShareTokenIntentthat specifies whether there is intent for a file to be backed up.