Validate Migration Input Sql Server Sql MITask Output Response
data class ValidateMigrationInputSqlServerSqlMITaskOutputResponse(val backupFolderErrors: List<ReportableExceptionResponse>, val backupShareCredentialsErrors: List<ReportableExceptionResponse>, val backupStorageAccountErrors: List<ReportableExceptionResponse>, val databaseBackupInfo: DatabaseBackupInfoResponse? = null, val existingBackupErrors: List<ReportableExceptionResponse>, val id: String, val name: String, val restoreDatabaseNameErrors: List<ReportableExceptionResponse>)
Output for task that validates migration input for SQL to Azure SQL Managed Instance migrations
Constructors
Link copied to clipboard
constructor(backupFolderErrors: List<ReportableExceptionResponse>, backupShareCredentialsErrors: List<ReportableExceptionResponse>, backupStorageAccountErrors: List<ReportableExceptionResponse>, databaseBackupInfo: DatabaseBackupInfoResponse? = null, existingBackupErrors: List<ReportableExceptionResponse>, id: String, name: String, restoreDatabaseNameErrors: List<ReportableExceptionResponse>)
Properties
Link copied to clipboard
Errors associated with the BackupFolder path
Link copied to clipboard
Errors associated with backup share user name and password credentials
Link copied to clipboard
Errors associated with the storage account provided.
Link copied to clipboard
Information about backup files when existing backup mode is used.
Link copied to clipboard
Errors associated with existing backup files.
Link copied to clipboard
Errors associated with the RestoreDatabaseName