ServicesCheckStatusResponse type
Zawiera dane odpowiedzi dla operacji checkStatus.
type ServicesCheckStatusResponse = DataMigrationServiceStatusResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationServiceStatusResponse
}
}