Freigeben über


WatcherGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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