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