Uses of Class
com.azure.core.util.Configuration
Packages that use Configuration
Package
Description
This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries
in the Azure SDK for Java.
This package provides HTTP abstractions for Azure SDK client libraries.
This package contains the HttpPipelinePolicy interface and its implementations.
Package containing core utility classes.
-
Uses of Configuration in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type ConfigurationModifier and TypeMethodDescriptionConfigurationTrait.configuration(Configuration configuration) Sets the client-specific configuration used to retrieve client or global configuration properties when building a client. -
Uses of Configuration in com.azure.core.http
Methods in com.azure.core.http with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic ProxyOptionsProxyOptions.fromConfiguration(Configuration configuration) Attempts to load a proxy from the configuration.static ProxyOptionsProxyOptions.fromConfiguration(Configuration configuration, boolean createUnresolved) Attempts to load a proxy from the environment. -
Uses of Configuration in com.azure.core.http.policy
Constructors in com.azure.core.http.policy with parameters of type ConfigurationModifierConstructorDescriptionUserAgentPolicy(String sdkName, String sdkVersion, Configuration configuration, ServiceVersion version) Deprecated.UserAgentPolicy(String applicationId, String sdkName, String sdkVersion, Configuration configuration) Creates a UserAgentPolicy with thesdkNameandsdkVersionin the User-Agent header value. -
Uses of Configuration in com.azure.core.util
Fields in com.azure.core.util declared as ConfigurationModifier and TypeFieldDescriptionstatic final ConfigurationConfiguration.NONENo-opConfigurationobject used to opt out of using global configurations when constructing client libraries.Methods in com.azure.core.util that return ConfigurationModifier and TypeMethodDescriptionConfigurationBuilder.build()Builds rootConfigurationsection.ConfigurationBuilder.buildSection(String path) BuildsConfigurationsection that supports retrieving properties from client-specific section with fallback to root section for properties that can be shared between clients.Configuration.clone()Deprecated.UseConfigurationBuilderandConfigurationSourceto create configuration.HttpClientOptions.getConfiguration()Gets the configuration store that theHttpClientwill use.static ConfigurationConfiguration.getGlobalConfiguration()Gets the global configuration store shared by all client libraries.Deprecated.UseConfigurationBuilderandConfigurationSourceto provide all properties before creating configuration.Methods in com.azure.core.util with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic MetricsOptionsMetricsOptions.fromConfiguration(Configuration configuration) Attempts to load metrics options from the configuration.static TracingOptionsTracingOptions.fromConfiguration(Configuration configuration) Loads tracing options from the configuration.static DurationCoreUtils.getDefaultTimeoutFromEnvironment(Configuration configuration, String timeoutPropertyName, Duration defaultTimeout, ClientLogger logger) Attempts to load an environment configured default timeout.HttpClientOptions.setConfiguration(Configuration configuration) Sets the configuration store that theHttpClientwill use.static StringUserAgentUtil.toUserAgentString(String applicationId, String sdkName, String sdkVersion, Configuration configuration) Return user agent string for the given sdk name and version.
UserAgentPolicy(String, String, String, Configuration)instead.