Uses of Class
com.azure.core.util.ConfigurationProperty
Packages that use ConfigurationProperty
-
Uses of ConfigurationProperty in com.azure.core.util
Methods in com.azure.core.util that return ConfigurationPropertyModifier and TypeMethodDescriptionConfigurationPropertyBuilder.build()
Builds configuration property instance.Methods in com.azure.core.util with parameters of type ConfigurationPropertyModifier and TypeMethodDescriptionboolean
Configuration.contains
(ConfigurationProperty<?> property) Checks if configuration contains the property.<T> T
Configuration.get
(ConfigurationProperty<T> property) Gets property value from all available sources in the following order: Explicit configuration from givenConfigurationSource
by property name Explicit configuration by property aliases in the order they were provided inConfigurationProperty
Explicit configuration by property name in the shared section (ifConfigurationProperty
is shared) Explicit configuration by property aliases in the shared section (ifConfigurationProperty
is shared) System property (if set) Environment variable (if set)