INPUT_OBJECT
StartExportAzureSqlDatabaseDbJobInput
Description
Input for the job to export the specified Azure SQL Database.
link GraphQL Schema definition
- input StartExportAzureSqlDatabaseDbJobInput {
- # Rubrik ID of the Azure SQL Database instance to be exported.
- UUID! :
- # Name of the exported Azure SQL Database.
- String! :
- # Rubrik ID of the server to which export will be done.
- UUID :
- # Name of the elastic pool for the exported database.
- String :
- # Specifies whether the tags will be exported to the new Azure SQL Database.
- Boolean! :
- # Input for exporting from Point-in-Time (PiT) backup.
- AzureSqlDatabaseDbPitExport :
- # Input for exporting from Long Term Retention (LTR) backup.
- AzureSqlDatabaseDbLtrExport :
- # Input for exporting from Rubrik managed persistent backup.
- AzureSqlPersistentBackupExportInput :
- # Input for service tier selected for the export of the database.
- String :
- # Input for service object name selected for the export of the database.
- String :
- }