Поделиться через


ServicesUpdateResponse type

Содержит данные ответа для операции обновления.

type ServicesUpdateResponse = DataMigrationService & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DataMigrationService
  }
}