AnnotationsListResponse type
Obsahuje data odpovědi pro operaci výpisu.
type AnnotationsListResponse = AnnotationsListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AnnotationsListResult
}
}