ValidateMigrationInputSqlServerSqlMITaskOutput interface
验证 SQL 到 Azure SQL 托管实例迁移的迁移输入的任务的输出
属性
| backup |
与 BackupFolder 路径关联的错误注意:此属性不会序列化。 它只能由服务器填充。 |
| backup |
与备份共享用户名和密码凭据关联的错误注意:此属性不会序列化。 它只能由服务器填充。 |
| backup |
与提供的存储帐户关联的错误。 注意:此属性不会序列化。 它只能由服务器填充。 |
| database |
使用现有备份模式时有关备份文件的信息。 |
| existing |
与现有备份文件关联的错误。 注意:此属性不会序列化。 它只能由服务器填充。 |
| id | 结果标识符注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 数据库名称 注意:此属性不会序列化。 它只能由服务器填充。 |
| restore |
与 RestoreDatabaseName 关联的错误注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
backupFolderErrors
与 BackupFolder 路径关联的错误注意:此属性不会序列化。 它只能由服务器填充。
backupFolderErrors?: ReportableException[]
属性值
backupShareCredentialsErrors
与备份共享用户名和密码凭据关联的错误注意:此属性不会序列化。 它只能由服务器填充。
backupShareCredentialsErrors?: ReportableException[]
属性值
backupStorageAccountErrors
与提供的存储帐户关联的错误。 注意:此属性不会序列化。 它只能由服务器填充。
backupStorageAccountErrors?: ReportableException[]
属性值
databaseBackupInfo
existingBackupErrors
与现有备份文件关联的错误。 注意:此属性不会序列化。 它只能由服务器填充。
existingBackupErrors?: ReportableException[]
属性值
id
结果标识符注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
name
数据库名称 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
restoreDatabaseNameErrors
与 RestoreDatabaseName 关联的错误注意:此属性不会序列化。 它只能由服务器填充。
restoreDatabaseNameErrors?: ReportableException[]