ENUM

StorageAccountSku

Description

Azure Storage account SKU type.

link GraphQL Schema definition

  • enum StorageAccountSku {
  • # Standard Geo Redundant Storage.
  • STANDARD_GRS
  • # Standard Locally Redundant Storage.
  • STANDARD_LRS
  • # Standard Zone Redundant Storage.
  • STANDARD_ZRS
  • }