MigrateSqlServerSqlDbTaskOutputValidationResult interface

Output for the task that migrates on-prem SQL Server databases to Azure SQL Database

Extends

Properties

resultType

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.

migrationId

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.

summaryResults

Validation summary results for each database

Property Details

resultType

Polymorphic discriminator, which specifies the different types this object can be

resultType: "MigrationValidationOutput"

Property Value

"MigrationValidationOutput"

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 MigrationValidationResult.id

migrationId

Migration Identifier NOTE: This property will not be serialized. It can only be populated by the server.

migrationId?: string

Property Value

string

Inherited From MigrationValidationResult.migrationId

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

Inherited From MigrationValidationResult.status

summaryResults

Validation summary results for each database

summaryResults?: {[propertyName: string]: MigrationValidationDatabaseSummaryResult}

Property Value

{[propertyName: string]: MigrationValidationDatabaseSummaryResult}

Inherited From MigrationValidationResult.summaryResults