INPUT_OBJECT
AzureSqlPersistentBackupExportInput
Description
Input for exporting from Rubrik managed persistent backup.
link GraphQL Schema definition
- input AzureSqlPersistentBackupExportInput {
- # Mechanism for SQL Server authentication.
- : SqlAuthenticationMechanism
- # Specifies the redundancy of the backup of the destination database.
- : AzureSqlBackupStorageRedundancyType
- # Login credentials of the server where the new database needs to be created.
- : LoginCredentials
- # Session ID for the OAuth session. Specify this when using AAD authentication
- # mechanism.
- : String
- # Rubrik ID of the snapshot from which database is being exported.
- : UUID!
- }