Freigeben über


AnnotationsGetResponse type

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

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