INPUT_OBJECT
AzureSqlDatabaseDbLtrExport
Description
Input for exporting Long Term Retention backup of an Azure SQL Database.
link GraphQL Schema definition
- input AzureSqlDatabaseDbLtrExport {
- # Specifies the redundancy of the backup of the destination database.
- : AzureSqlBackupStorageRedundancyType
- # Region in which database is being exported.
- : String!
- # Resource Group in which database is being exported.
- : String!
- # Database Server in which database is being exported.
- : String!
- # Rubrik ID of the snapshot from which database is being exported.
- : UUID!
- }