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