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


WatcherUpdateResponse type

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

type WatcherUpdateResponse = Watcher & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Watcher }
}