Uses of Class
com.azure.data.appconfiguration.ConfigurationClientBuilder
Packages that use ConfigurationClientBuilder
Package
Description
Azure App Configuration Service
is a managed service provided by Microsoft Azure that allows developers to centralize configuration settings for
their applications.
-
Uses of ConfigurationClientBuilder in com.azure.data.appconfiguration
Methods in com.azure.data.appconfiguration that return ConfigurationClientBuilderModifier and TypeMethodDescriptionConfigurationClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.ConfigurationClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.ConfigurationClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.ConfigurationClientBuilder.connectionString(String connectionString) Sets the credential to use when authenticating HTTP requests.ConfigurationClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused to authorize requests sent to the service.Sets the service endpoint for the Azure App Configuration instance.ConfigurationClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.ConfigurationClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.ConfigurationClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.ConfigurationClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.ConfigurationClientBuilder.retryPolicy(com.azure.core.http.policy.HttpPipelinePolicy retryPolicy) Sets theHttpPipelinePolicythat is used to retry requests.ConfigurationClientBuilder.serviceVersion(ConfigurationServiceVersion version) Sets theConfigurationServiceVersionthat is used when making API requests.