Поделиться через


AnnotationsListResponse type

Содержит данные ответа для операции списка.

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