Delen via


AnnotationsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type AnnotationsGetResponse = Annotation[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Annotation[]
  }
}