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 policy
to 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 theAzureNamedKeyCredential
used to authorize requests sent to the service.ShareServiceClientBuilder.credential
(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.ShareServiceClientBuilder.credential
(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredential
used to authorize requests sent to the service.ShareServiceClientBuilder.credential
(StorageSharedKeyCredential credential) Sets theStorageSharedKeyCredential
used 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 theHttpClient
to use for sending and receiving requests to and from the service.ShareServiceClientBuilder.httpLogOptions
(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configuration
to use when sending and receiving requests to and from the service.ShareServiceClientBuilder.pipeline
(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipeline
to use for the service client.ShareServiceClientBuilder.retryOptions
(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptions
for 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 theShareServiceVersion
that is used when making API requests.ShareServiceClientBuilder.shareTokenIntent
(ShareTokenIntent shareTokenIntent) Sets theShareTokenIntent
that specifies whether there is intent for a file to be backed up.