ENUM

AzureStorageAccountKind

Description

The Azure Storage account type.

link GraphQL Schema definition

  • enum AzureStorageAccountKind {
  • # The Azure Storage account type is Blob Storage.
  • BLOB_STORAGE
  • # The Azure Storage account type is Block Blob Storage.
  • BLOCK_BLOB_STORAGE
  • # The Azure Storage account type is File Storage.
  • FILE_STORAGE
  • # The Azure Storage account type is legacy General Purpose Storage V1.
  • STORAGE
  • # The Azure Storage account type is unknown.
  • STORAGE_KIND_UNKNOWN
  • # The Azure Storage account type is General Purpose Storage V2.
  • STORAGE_V2
  • }