Share via


DatabaseMigrationProperties interface

Database Migration Resource properties.

Extends

Properties

kind

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

sourceDatabaseName

Name of the source database.

sourceServerName

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

sourceSqlConnection

Source SQL Server connection details.

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 for 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.

provisioningError

Error message for migration provisioning failure, if any.

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

Resource Id of the target resource.

startedOn

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

Property Details

kind

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

kind: "DatabaseMigrationProperties" | "SqlDb" | "SqlMi" | "SqlVm"

Property Value

"DatabaseMigrationProperties" | "SqlDb" | "SqlMi" | "SqlVm"

sourceDatabaseName

Name of the source database.

sourceDatabaseName?: string

Property Value

string

sourceServerName

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

sourceServerName?: string

Property Value

string

sourceSqlConnection

Source SQL Server connection details.

sourceSqlConnection?: SqlConnectionInformation

Property Value

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 DatabaseMigrationBaseProperties.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 DatabaseMigrationBaseProperties.migrationFailureError

migrationOperationId

ID for current migration operation.

migrationOperationId?: string

Property Value

string

Inherited From DatabaseMigrationBaseProperties.migrationOperationId

migrationService

Resource Id of the Migration Service.

migrationService?: string

Property Value

string

Inherited From DatabaseMigrationBaseProperties.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 DatabaseMigrationBaseProperties.migrationStatus

provisioningError

Error message for migration provisioning failure, if any.

provisioningError?: string

Property Value

string

Inherited From DatabaseMigrationBaseProperties.provisioningError

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 DatabaseMigrationBaseProperties.provisioningState

scope

Resource Id of the target resource.

scope?: string

Property Value

string

Inherited From DatabaseMigrationBaseProperties.scope

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 DatabaseMigrationBaseProperties.startedOn