MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel interface

Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance using Log Replay Service.

Extends

Properties

activeBackupSets

Backup sets that are currently active (Either being uploaded or getting restored) NOTE: This property will not be serialized. It can only be populated by the server.

containerName

Name of container created in the Azure Storage account where backups are copied to NOTE: This property will not be serialized. It can only be populated by the server.

endedOn

Database migration end time NOTE: This property will not be serialized. It can only be populated by the server.

errorPrefix

prefix string to use for querying errors for this database NOTE: This property will not be serialized. It can only be populated by the server.

exceptionsAndWarnings

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

fullBackupSetInfo

Details of full backup set NOTE: This property will not be serialized. It can only be populated by the server.

isFullBackupRestored

Whether full backup has been applied to the target database or not NOTE: This property will not be serialized. It can only be populated by the server.

lastRestoredBackupSetInfo

Last applied backup set information NOTE: This property will not be serialized. It can only be populated by the server.

migrationState

Current state of database NOTE: This property will not be serialized. It can only be populated by the server.

resultType

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

sourceDatabaseName

Name of the database NOTE: This property will not be serialized. It can only be populated by the server.

startedOn

Database migration start time NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

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

Property Details

activeBackupSets

Backup sets that are currently active (Either being uploaded or getting restored) NOTE: This property will not be serialized. It can only be populated by the server.

activeBackupSets?: BackupSetInfo[]

Property Value

containerName

Name of container created in the Azure Storage account where backups are copied to NOTE: This property will not be serialized. It can only be populated by the server.

containerName?: string

Property Value

string

endedOn

Database migration end time NOTE: This property will not be serialized. It can only be populated by the server.

endedOn?: Date

Property Value

Date

errorPrefix

prefix string to use for querying errors for this database NOTE: This property will not be serialized. It can only be populated by the server.

errorPrefix?: string

Property Value

string

exceptionsAndWarnings

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

exceptionsAndWarnings?: ReportableException[]

Property Value

fullBackupSetInfo

Details of full backup set NOTE: This property will not be serialized. It can only be populated by the server.

fullBackupSetInfo?: BackupSetInfo

Property Value

isFullBackupRestored

Whether full backup has been applied to the target database or not NOTE: This property will not be serialized. It can only be populated by the server.

isFullBackupRestored?: boolean

Property Value

boolean

lastRestoredBackupSetInfo

Last applied backup set information NOTE: This property will not be serialized. It can only be populated by the server.

lastRestoredBackupSetInfo?: BackupSetInfo

Property Value

migrationState

Current state of database NOTE: This property will not be serialized. It can only be populated by the server.

migrationState?: string

Property Value

string

resultType

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

resultType: "DatabaseLevelOutput"

Property Value

"DatabaseLevelOutput"

sourceDatabaseName

Name of the database NOTE: This property will not be serialized. It can only be populated by the server.

sourceDatabaseName?: string

Property Value

string

startedOn

Database migration start time NOTE: This property will not be serialized. It can only be populated by the server.

startedOn?: Date

Property Value

Date

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