DatabaseMigrationPropertiesSqlMi interface

Database Migration Resource properties for SQL Managed Instance.

Extends

Properties

backupConfiguration

Backup configuration info.

kind

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

migrationStatusDetails

Detailed migration status. Not included by default. NOTE: This property will not be serialized. It can only be populated by the server.

offlineConfiguration

Offline configuration.

provisioningError

Error message for migration provisioning failure, if any.

targetDatabaseCollation

Database collation to be used for the target database.

Inherited Properties

endedOn

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

migrationFailureError

Error details in case of migration failure. NOTE: This property will not be serialized. It can only be populated by the server.

migrationOperationId

ID tracking current migration operation.

migrationService

Resource Id of the Migration Service.

migrationStatus

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

provisioningState

Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. NOTE: This property will not be serialized. It can only be populated by the server.

scope

Scope of the database.

sourceDatabaseName

Name of the source database.

sourceSqlConnection

Source SQL Server connection details.

startedOn

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

Property Details

backupConfiguration

Backup configuration info.

backupConfiguration?: BackupConfiguration

Property Value

kind

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

kind: "SqlMi"

Property Value

"SqlMi"

migrationStatusDetails

Detailed migration status. Not included by default. NOTE: This property will not be serialized. It can only be populated by the server.

migrationStatusDetails?: MigrationStatusDetails

Property Value

offlineConfiguration

Offline configuration.

offlineConfiguration?: OfflineConfiguration

Property Value

provisioningError

Error message for migration provisioning failure, if any.

provisioningError?: string

Property Value

string

targetDatabaseCollation

Database collation to be used for the target database.

targetDatabaseCollation?: string

Property Value

string

Inherited Property Details

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

Inherited From DatabaseMigrationProperties.endedOn

migrationFailureError

Error details in case of migration failure. NOTE: This property will not be serialized. It can only be populated by the server.

migrationFailureError?: ErrorInfo

Property Value

Inherited From DatabaseMigrationProperties.migrationFailureError

migrationOperationId

ID tracking current migration operation.

migrationOperationId?: string

Property Value

string

Inherited From DatabaseMigrationProperties.migrationOperationId

migrationService

Resource Id of the Migration Service.

migrationService?: string

Property Value

string

Inherited From DatabaseMigrationProperties.migrationService

migrationStatus

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

migrationStatus?: string

Property Value

string

Inherited From DatabaseMigrationProperties.migrationStatus

provisioningState

Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

Inherited From DatabaseMigrationProperties.provisioningState

scope

Scope of the database.

scope?: string

Property Value

string

Inherited From DatabaseMigrationProperties.scope

sourceDatabaseName

Name of the source database.

sourceDatabaseName?: string

Property Value

string

Inherited From DatabaseMigrationProperties.sourceDatabaseName

sourceSqlConnection

Source SQL Server connection details.

sourceSqlConnection?: SqlConnectionInformation

Property Value

Inherited From DatabaseMigrationProperties.sourceSqlConnection

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 From DatabaseMigrationProperties.startedOn