Uses of Class
com.azure.spring.cloud.config.HostType
-
Packages that use HostType Package Description com.azure.spring.cloud.config Package contains classes for loading configuration from Azure App Configuration Stores. -
-
Uses of HostType in com.azure.spring.cloud.config
Methods in com.azure.spring.cloud.config that return HostType Modifier and Type Method Description static HostTypeHostType. valueOf(String name)Returns the enum constant of this type with the specified name.static HostType[]HostType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-