Uses of Class
com.azure.spring.cloud.config.health.AppConfigurationStoreHealth
-
Packages that use AppConfigurationStoreHealth Package Description com.azure.spring.cloud.config Package contains classes for loading configuration from Azure App Configuration Stores.com.azure.spring.cloud.config.health Package contains classes for converting Azure App Configuration Health information. -
-
Uses of AppConfigurationStoreHealth in com.azure.spring.cloud.config
Methods in com.azure.spring.cloud.config that return types with arguments of type AppConfigurationStoreHealth Modifier and Type Method Description Map<String,AppConfigurationStoreHealth>AppConfigurationRefresh. getAppConfigurationStoresHealth()Gets latest Health connection info for refresh. -
Uses of AppConfigurationStoreHealth in com.azure.spring.cloud.config.health
Methods in com.azure.spring.cloud.config.health that return AppConfigurationStoreHealth Modifier and Type Method Description static AppConfigurationStoreHealthAppConfigurationStoreHealth. valueOf(String name)Returns the enum constant of this type with the specified name.static AppConfigurationStoreHealth[]AppConfigurationStoreHealth. values()Returns an array containing the constants of this enum type, in the order they are declared.
-