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.
  • sourceDatabaseRubrikId: UUID!
  • # Name of the exported Azure SQL Database.
  • destinationDatabaseName: String!
  • # Rubrik ID of the server to which export will be done.
  • destinationServerRubrikId: UUID
  • # Name of the elastic pool for the exported database.
  • elasticPoolName: String
  • # Specifies whether the tags will be exported to the new Azure SQL Database.
  • shouldExportTags: Boolean!
  • # Input for exporting from Point-in-Time (PiT) backup.
  • azureSqlDatabaseDbPitExportInput: AzureSqlDatabaseDbPitExport
  • # Input for exporting from Long Term Retention (LTR) backup.
  • azureSqlDatabaseDbLtrExportInput: AzureSqlDatabaseDbLtrExport
  • # Input for exporting from Rubrik managed persistent backup.
  • persistentBackupExportInput: AzureSqlPersistentBackupExportInput
  • # Input for service tier selected for the export of the database.
  • serviceTier: String
  • # Input for service object name selected for the export of the database.
  • serviceObjectiveName: String
  • }

link Require by