MigrateSqlServerSqlMIDatabaseInputArgs

data class MigrateSqlServerSqlMIDatabaseInputArgs(val backupFilePaths: Output<List<String>>? = null, val backupFileShare: Output<FileShareArgs>? = null, val name: Output<String>, val restoreDatabaseName: Output<String>) : ConvertibleToJava<MigrateSqlServerSqlMIDatabaseInputArgs>

Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs

Constructors

Link copied to clipboard
constructor(backupFilePaths: Output<List<String>>? = null, backupFileShare: Output<FileShareArgs>? = null, name: Output<String>, restoreDatabaseName: Output<String>)

Properties

Link copied to clipboard
val backupFilePaths: Output<List<String>>? = null

The list of backup files to be used in case of existing backups.

Link copied to clipboard
val backupFileShare: Output<FileShareArgs>? = null

Backup file share information for backing up this database.

Link copied to clipboard
val name: Output<String>

Name of the database

Link copied to clipboard

Name of the database at destination

Functions

Link copied to clipboard
open override fun toJava(): MigrateSqlServerSqlMIDatabaseInputArgs