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 TypeMethodDescriptionbooleanConfiguration.contains(ConfigurationProperty<?> property) Checks if configuration contains the property.<T> TConfiguration.get(ConfigurationProperty<T> property) Gets property value from all available sources in the following order: Explicit configuration from givenConfigurationSourceby property name Explicit configuration by property aliases in the order they were provided inConfigurationPropertyExplicit configuration by property name in the shared section (ifConfigurationPropertyis shared) Explicit configuration by property aliases in the shared section (ifConfigurationPropertyis shared) System property (if set) Environment variable (if set)