Aracılığıyla paylaş


WatcherGetResponse type

Alma işlemi için yanıt verilerini içerir.

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