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


WatcherGetResponse type

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

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