AnnotationsListResponse type
Innehåller svarsdata för liståtgärden.
type AnnotationsListResponse = AnnotationsListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AnnotationsListResult
}
}