ENUM

AzureStorageAccessTier

Description

The Azure Storage accounts access tier.

link GraphQL Schema definition

  • enum AzureStorageAccessTier {
  • # The Azure Storage account access is Archive.
  • ARCHIVE
  • # The Azure Storage account access is Cold.
  • COLD
  • # The Azure Storage account access is Cool.
  • COOL
  • # The Azure Storage account access is Hot.
  • HOT
  • # The Azure Storage account access tier is unknown.
  • UNKNOWN_STORAGE_TIER
  • }