ValidateMigrationInputSqlServerSqlMISyncTaskInputResponse

data class ValidateMigrationInputSqlServerSqlMISyncTaskInputResponse(val azureApp: AzureActiveDirectoryAppResponse, val backupFileShare: FileShareResponse? = null, val selectedDatabases: List<MigrateSqlServerSqlMIDatabaseInputResponse>, val sourceConnectionInfo: SqlConnectionInfoResponse, val storageResourceId: String, val targetConnectionInfo: MiSqlConnectionInfoResponse)

Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario.

Constructors

constructor(azureApp: AzureActiveDirectoryAppResponse, backupFileShare: FileShareResponse? = null, selectedDatabases: List<MigrateSqlServerSqlMIDatabaseInputResponse>, sourceConnectionInfo: SqlConnectionInfoResponse, storageResourceId: String, targetConnectionInfo: MiSqlConnectionInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account

Link copied to clipboard

Backup file share information for all selected databases.

Link copied to clipboard
Link copied to clipboard

Connection information for source SQL Server

Link copied to clipboard

Fully qualified resourceId of storage

Link copied to clipboard

Connection information for Azure SQL Database Managed Instance