Description | : Retrieve the Database Migration resource. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
{
resourceGroupName:
string
,
sqlDbInstanceName:
string
,
targetDbName:
string
,
migrationOperationId:
string
,
$expand:
string
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
properties:
}
{
,
migrationStatusDetails:
{
,
migrationState:
string
,
sqlDataCopyErrors:
[
,
string
,
]
listOfCopyProgressDetails:
}
[
]
,
{
,
tableName:
string
,
status:
string
,
parallelCopyType:
string
,
usedParallelCopies:
integer
,
dataRead:
integer
,
dataWritten:
integer
,
rowsRead:
integer
,
rowsCopied:
integer
,
copyStart:
string
,
copyThroughput:
number
,
copyDuration:
integer
,
}
targetSqlConnection:
{
,
dataSource:
string
,
authentication:
string
,
userName:
string
,
password:
string
,
encryptConnection:
boolean
,
trustServerCertificate:
boolean
,
}
offlineConfiguration:
{
,
offline:
boolean
,
}
tableList:
}
[
,
string
,
]
⚐ Response (default)
{}