Share via


DatabaseMigrationBaseProperties interface

Database Migration Base Resource properties.

Properties

endedOn

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

kind

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

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

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

kind

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

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

Property Value

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

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

migrationOperationId

ID for current migration operation.

migrationOperationId?: string

Property Value

string

migrationService

Resource Id of the Migration Service.

migrationService?: string

Property Value

string

migrationStatus

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

migrationStatus?: string

Property Value

string

provisioningError

Error message for migration provisioning failure, if any.

provisioningError?: string

Property Value

string

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

scope

Resource Id of the target resource.

scope?: 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