ServicesCheckStatusResponse type
Содержит данные ответа для операции checkStatus.
type ServicesCheckStatusResponse = DataMigrationServiceStatusResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationServiceStatusResponse
}
}