Partilhar via


WatcherGetResponse type

Contém dados de resposta para a operação get.

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