MigrateSqlServerSqlDbSyncTaskOutputDatabaseError interface
Output for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations
- Extends
Properties
error |
Error message |
events | List of error events. |
result |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorMessage
Error message
errorMessage?: string
Property Value
string
events
List of error events.
events?: SyncMigrationDatabaseErrorEvent[]
Property Value
resultType
Polymorphic discriminator, which specifies the different types this object can be
resultType: "DatabaseLevelErrorOutput"
Property Value
"DatabaseLevelErrorOutput"
Inherited Property Details
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From MigrateSqlServerSqlDbSyncTaskOutput.id
Azure SDK for JavaScript