Uses of Class
com.azure.core.util.Configuration
-
Packages that use Configuration Package Description com.azure.core.client.traits This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries in the Azure SDK for Java.com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.com.azure.core.http.policy Package containing HttpPipelinePolicy interface and its implementations.com.azure.core.util 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 Configuration Modifier and Type Method Description TConfigurationTrait. 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 Configuration Modifier and Type Method Description static ProxyOptionsProxyOptions. fromConfiguration(Configuration configuration)Attempts to load a proxy from the environment.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 Configuration Constructor Description UserAgentPolicy(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 Configuration Modifier and Type Field Description static ConfigurationConfiguration. NONENo-opConfigurationobject used to opt out of using global configurations when constructing client libraries.Methods in com.azure.core.util that return Configuration Modifier and Type Method Description ConfigurationConfiguration. clone()Clones this Configuration object.ConfigurationHttpClientOptions. getConfiguration()Gets the configuration store that theHttpClientwill use.static ConfigurationConfiguration. getGlobalConfiguration()Gets the global configuration store shared by all client libraries.ConfigurationConfiguration. put(String name, String value)Adds a configuration with the given value.Methods in com.azure.core.util with parameters of type Configuration Modifier and Type Method Description static DurationCoreUtils. getDefaultTimeoutFromEnvironment(Configuration configuration, String timeoutPropertyName, Duration defaultTimeout, ClientLogger logger)Attempts to load an environment configured default timeout.HttpClientOptionsHttpClientOptions. 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.
-