MigrationValidationResult interface
Migration Validation Result
Properties
id | Migration validation result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
migration |
Migration Identifier NOTE: This property will not be serialized. It can only be populated by the server. |
status | Current status of validation at the migration level. Status from the database validation result status will be aggregated here. NOTE: This property will not be serialized. It can only be populated by the server. |
summary |
Validation summary results for each database |
Property Details
id
Migration validation result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
migrationId
Migration Identifier NOTE: This property will not be serialized. It can only be populated by the server.
migrationId?: string
Property Value
string
status
Current status of validation at the migration level. Status from the database validation result status will be aggregated here. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
summaryResults
Validation summary results for each database
summaryResults?: {[propertyName: string]: MigrationValidationDatabaseSummaryResult}
Property Value
{[propertyName: string]: MigrationValidationDatabaseSummaryResult}
Azure SDK for JavaScript