Class StorageService


public class StorageService extends ExpandableStringEnum<StorageService>
Azure storage service types.
  • Field Details

    • 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 Details

    • StorageService

      public StorageService()
  • Method Details

    • 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
    • values

      public static Collection<StorageService> values()
      Returns:
      known storage service types.