Delen via


SapMonitorsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type SapMonitorsGetResponse = SapMonitor & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SapMonitor
  }
}