Dela via


WatcherGetResponse type

Innehåller svarsdata för get-åtgärden.

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