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.
- UUID! :
- # Login credentials of the server where the new database needs to be created.
- LoginCredentials :
- # Mechanism for SQL Server authentication.
- SqlAuthenticationMechanism :
- # Session ID for the OAuth session. Specify this when using AAD authentication
- # mechanism.
- String :
- # Specifies the redundancy of the backup of the destination database.
- AzureSqlBackupStorageRedundancyType :
- }