Sdílet prostřednictvím


AnnotationsGetResponse type

Obsahuje data odpovědi pro operaci get.

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