INPUT_OBJECT

AzureSqlDatabaseDbLtrExport

Description

Input for exporting Long Term Retention backup of an Azure SQL Database.

link GraphQL Schema definition

  • input AzureSqlDatabaseDbLtrExport {
  • # Rubrik ID of the snapshot from which database is being exported.
  • sourceSnapshotRubrikId: UUID!
  • # Resource Group in which database is being exported.
  • destinationResourceGroupName: String!
  • # Database Server in which database is being exported.
  • destinationServerName: String!
  • # Region in which database is being exported.
  • destinationRegionName: String!
  • # Specifies the redundancy of the backup of the destination database.
  • dbBackupRedundancy: AzureSqlBackupStorageRedundancyType
  • }