INPUT_OBJECT
StartExportAzureSqlManagedInstanceDbJobInput
Description
Input for the job to export the specified Azure SQL Managed Instance database.
link GraphQL Schema definition
- input StartExportAzureSqlManagedInstanceDbJobInput {
- # Input for exporting from Long Term Retention (LTR) backup.
- : AzureSqlManagedInstanceDbLtrExport
- # Input for exporting from Point-in-Time (PiT) backup.
- : AzureSqlManagedInstanceDbPitExport
- # Name of the exported Azure SQL Managed Instance database.
- : String!
- # Name of the Azure SQL Managed Instance in which database is being exported.
- : String!
- # Destination Rubrik ID of the Asure SQL Managed Instance to which export will be
- # done.
- : UUID
- # Resource Group in which database is being exported.
- : 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
- # Rubrik ID of the Azure SQL Managed Instance Database to be exported.
- : UUID!
- }