ServicesCheckStatusResponse type
Innehåller svarsdata för åtgärden checkStatus.
type ServicesCheckStatusResponse = DataMigrationServiceStatusResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationServiceStatusResponse
}
}