INPUT_OBJECT

AzureSqlManagedInstanceDbLtrExport

Description

Input for exporting Long Term Retention backup of Azure SQL Managed Instance database.

link GraphQL Schema definition

  • input AzureSqlManagedInstanceDbLtrExport {
  • # Rubrik ID of the snapshot from which database is being exported.
  • sourceSnapshotRubrikId: UUID!
  • # Region to which database is being exported.
  • destinationRegionName: String!
  • }