ValidateMigrationInputSqlServerSqlMITaskOutput interface
Output for task that validates migration input for SQL to Azure SQL Managed Instance migrations
Properties
backup |
Errors associated with the BackupFolder path NOTE: This property will not be serialized. It can only be populated by the server. |
backup |
Errors associated with backup share user name and password credentials NOTE: This property will not be serialized. It can only be populated by the server. |
backup |
Errors associated with the storage account provided. NOTE: This property will not be serialized. It can only be populated by the server. |
database |
Information about backup files when existing backup mode is used. |
existing |
Errors associated with existing backup files. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of database NOTE: This property will not be serialized. It can only be populated by the server. |
restore |
Errors associated with the RestoreDatabaseName NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
backupFolderErrors
Errors associated with the BackupFolder path NOTE: This property will not be serialized. It can only be populated by the server.
backupFolderErrors?: ReportableException[]
Property Value
backupShareCredentialsErrors
Errors associated with backup share user name and password credentials NOTE: This property will not be serialized. It can only be populated by the server.
backupShareCredentialsErrors?: ReportableException[]
Property Value
backupStorageAccountErrors
Errors associated with the storage account provided. NOTE: This property will not be serialized. It can only be populated by the server.
backupStorageAccountErrors?: ReportableException[]
Property Value
databaseBackupInfo
Information about backup files when existing backup mode is used.
databaseBackupInfo?: DatabaseBackupInfo
Property Value
existingBackupErrors
Errors associated with existing backup files. NOTE: This property will not be serialized. It can only be populated by the server.
existingBackupErrors?: ReportableException[]
Property Value
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Name of database NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
restoreDatabaseNameErrors
Errors associated with the RestoreDatabaseName NOTE: This property will not be serialized. It can only be populated by the server.
restoreDatabaseNameErrors?: ReportableException[]