INPUT_OBJECT

AzureSqlPersistentBackupExportInput

Description

Input for exporting from Rubrik managed persistent backup.

link GraphQL Schema definition

  • input AzureSqlPersistentBackupExportInput {
  • # Rubrik ID of the snapshot from which database is being exported.
  • sourceSnapshotRubrikId: UUID!
  • # Login credentials of the server where the new database needs to be created.
  • destinationServerCredentials: LoginCredentials
  • # Mechanism for SQL Server authentication.
  • authMechanism: SqlAuthenticationMechanism
  • # Session ID for the OAuth session. Specify this when using AAD authentication
  • # mechanism.
  • sessionId: String
  • # Specifies the redundancy of the backup of the destination database.
  • dbBackupRedundancy: AzureSqlBackupStorageRedundancyType
  • }