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


WatcherCreateOrUpdateResponse type

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

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