ENUM

AzureSqlDbBackupSetupStatus

Description

Status of the setup for taking Azure SQL database backup.

link GraphQL Schema definition

  • enum AzureSqlDbBackupSetupStatus {
  • # The Azure database configuration is invalid because Change Data Capture (CDC) is
  • # not enabled.
  • CDC_DISABLED
  • # The Azure database configuration is invalid because Change Data Capture (CDC) is
  • # misconfigured.
  • CDC_INVALID_CONFIG
  • # The Azure database configuration is invalid because of the presence of encrypted
  • # objects.
  • ENCRYPTED_OBJECTS_EXIST
  • # The Azure database configuration is invalid because the credentials are invalid.
  • INVALID_CREDENTIALS
  • # The Azure database configuration is invalid because of the presence of ledger
  • # tables.
  • LEDGER_TABLES_EXIST
  • # The Azure database configuration is invalid because the backup user is missing
  • # some required permissions.
  • MISSING_PERMISSIONS
  • # The Azure backup setup status is not specified.
  • NOT_SPECIFIED
  • # The Azure database backup setup is successful.
  • SUCCESS
  • # The Azure database configuration is invalid because of the presence of temporal
  • # system-versioned tables.
  • TEMPORAL_TABLES_EXIST
  • # The Azure database configuration is invalid due to the presence of multiple
  • # collations.
  • UNSUPPORTED_COLLATION_CONFIG
  • # The Azure database configuration is invalid because of the presence of
  • # unsupported columns.
  • UNSUPPORTED_COLUMNS_EXIST
  • }