INPUT_OBJECT

AzureSqlDatabaseDbPitExport

Description

Input for exporting Point-in-Time backup of an Azure SQL Database.

link GraphQL Schema definition

  • input AzureSqlDatabaseDbPitExport {
  • # Timestamp of point in time restore.
  • restorePointInTime: DateTime!
  • # Specifies the redundancy of the backup of the destination database.
  • dbBackupRedundancy: AzureSqlBackupStorageRedundancyType
  • }