Uses of Class
com.azure.core.util.ConfigurationProperty
-
Packages that use ConfigurationProperty Package Description com.azure.core.util Package containing core utility classes. -
-
Uses of ConfigurationProperty in com.azure.core.util
Methods in com.azure.core.util that return ConfigurationProperty Modifier and Type Method Description ConfigurationProperty<T>ConfigurationPropertyBuilder. build()Builds configuration property instance.Methods in com.azure.core.util with parameters of type ConfigurationProperty Modifier and Type Method Description booleanConfiguration. 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)
-