AnnotationsGetResponse type
Contient des données de réponse pour l’opération d’obtention.
type AnnotationsGetResponse = Annotation[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Annotation[]
}
}