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.
- # The Azure database configuration is invalid because Change Data Capture (CDC) is
- # misconfigured.
- # The Azure database configuration is invalid because of the presence of encrypted
- # objects.
- # The Azure database configuration is invalid because the credentials are invalid.
- # The Azure database configuration is invalid because of the presence of ledger
- # tables.
- # The Azure database configuration is invalid because the backup user is missing
- # some required permissions.
- # The Azure backup setup status is not specified.
- # The Azure database backup setup is successful.
- # The Azure database configuration is invalid because of the presence of temporal
- # system-versioned tables.
- # The Azure database configuration is invalid due to the presence of multiple
- # collations.
- # The Azure database configuration is invalid because of the presence of
- # unsupported columns.
- }
link Require by
- AzureSqlDatabaseDbAn Azure SQL Database. Refers to the fully managed SQL database built for the cloud. For more info, see https://azure.microsoft.com/en-us/products/azure-sql/database/.
- AzureSqlManagedInstanceDatabaseRetrieves an Azure SQL Managed Instance Database. Refers to the database engine compatible with the latest SQL Server (Enterprise Edition) database engine. For more information, see https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview.