Freigeben über


AnnotationsListResponse type

Enthält Antwortdaten für den Listenvorgang.

type AnnotationsListResponse = AnnotationsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AnnotationsListResult
  }
}