Uses of Enum
com.azure.spring.cloud.core.resource.StorageType
Packages that use StorageType
Package
Description
Spring Cloud Azure integration with Spring Resource.
-
Uses of StorageType in com.azure.spring.cloud.core.resource
Methods in com.azure.spring.cloud.core.resource that return StorageTypeModifier and TypeMethodDescriptionprotected abstract StorageTypeAbstractAzureStorageProtocolResolver.getStorageType()The storageType of ProtocolResolverAbstractAzureStorageProtocolResolver.StorageItem.getStorageType()Gets the storage type.protected StorageTypeAzureStorageBlobProtocolResolver.getStorageType()The storageType of current protocolResolver.protected StorageTypeAzureStorageFileProtocolResolver.getStorageType()The storageType of current protocolResolver.static StorageTypeReturns 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.Constructors in com.azure.spring.cloud.core.resource with parameters of type StorageTypeModifierConstructorDescriptionStorageItem(String container, String fileName, StorageType storageType) Creates a new instance ofAbstractAzureStorageProtocolResolver.StorageItem.