Delen via


ConnectionGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type ConnectionGetResponse = Connection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Connection
  }
}