Class StorageService


  • public class StorageService
    extends com.azure.core.util.ExpandableStringEnum<StorageService>
    Azure storage service types.
    • Field Detail

      • BLOB

        public static final StorageService BLOB
        Static value Blob for StorageService.
      • TABLE

        public static final StorageService TABLE
        Static value Table for StorageService.
      • QUEUE

        public static final StorageService QUEUE
        Static value Queue for StorageService.
      • FILE

        public static final StorageService FILE
        Static value File for StorageService.
    • Constructor Detail

      • StorageService

        public StorageService()
    • Method Detail

      • fromString

        public static StorageService fromString​(String name)
        Creates or finds a service service type based on its name.
        Parameters:
        name - a name to look for
        Returns:
        an StorageService