ENUM

AzureSqlBackupStorageRedundancyType

Description

The type of backup storage redundancy for Azure SQL.

link GraphQL Schema definition

  • enum AzureSqlBackupStorageRedundancyType {
  • # Geo-Redundant Storage.
  • GRS
  • # Locally-Redundant Storage.
  • LRS
  • # Zone-Redundant Storage.
  • ZRS
  • }