ServicesCheckStatusResponse type

Contains response data for the checkStatus operation.

type ServicesCheckStatusResponse = DataMigrationServiceStatusResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DataMigrationServiceStatusResponse
  }
}