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