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.
  • sourceManagedInstanceDatabaseRubrikId: UUID!
  • # Destination Rubrik ID of the Asure SQL Managed Instance to which export will be
  • # done.
  • destinationManagedInstanceRubrikId: UUID
  • # Name of the exported Azure SQL Managed Instance database.
  • destinationDatabaseName: String!
  • # Name of the Azure SQL Managed Instance in which database is being exported.
  • destinationManagedInstanceName: String!
  • # Resource Group in which database is being exported.
  • destinationResourceGroupName: String!
  • # Input for exporting from Point-in-Time (PiT) backup.
  • azureSqlManagedInstanceDbPitExportInput: AzureSqlManagedInstanceDbPitExport
  • # Input for exporting from Long Term Retention (LTR) backup.
  • azureSqlManagedInstanceDbLtrExportInput: AzureSqlManagedInstanceDbLtrExport
  • # 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