ValidateMigrationInputSqlServerSqlMITaskOutputResponse

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

constructor(backupFolderErrors: List<ReportableExceptionResponse>, backupShareCredentialsErrors: List<ReportableExceptionResponse>, backupStorageAccountErrors: List<ReportableExceptionResponse>, databaseBackupInfo: DatabaseBackupInfoResponse? = null, existingBackupErrors: List<ReportableExceptionResponse>, id: String, name: String, restoreDatabaseNameErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

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
val id: String

Result identifier

Link copied to clipboard

Name of database

Link copied to clipboard

Errors associated with the RestoreDatabaseName