DatabaseMigrationProperties interface
Database Migration Resource properties.
Properties
ended |
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 |
migration |
Error details in case of migration failure. NOTE: This property will not be serialized. It can only be populated by the server. |
migration |
ID tracking current migration operation. |
migration |
Resource Id of the Migration Service. |
migration |
Migration status. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
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. |
source |
Name of the source database. |
source |
Source SQL Server connection details. |
started |
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: "SqlMi" | "SqlVm"
Property Value
"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 tracking 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
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
Scope of the database.
scope?: string
Property Value
string
sourceDatabaseName
Name of the source database.
sourceDatabaseName?: string
Property Value
string
sourceSqlConnection
Source SQL Server connection details.
sourceSqlConnection?: SqlConnectionInformation
Property Value
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
Azure SDK for JavaScript