Uses of Class
com.azure.spring.autoconfigure.storage.resource.StorageType
-
Packages that use StorageType Package Description com.azure.spring.autoconfigure.storage.resource Package com.azure.spring.cloud.storage; -
-
Uses of StorageType in com.azure.spring.autoconfigure.storage.resource
Methods in com.azure.spring.autoconfigure.storage.resource that return StorageType Modifier and Type Method Description static StorageTypeStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageType[]StorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-