ENUM

StorageAccountTier

Description

Azure Storage Account Tier.

link GraphQL Schema definition

  • enum StorageAccountTier {
  • # Storage account configured with cool access tier.
  • COOL
  • # Storage account configured with hot access tier.
  • HOT
  • }