Freigeben über


AnnotationsCreateResponse type

Enthält Antwortdaten für den Erstellungsvorgang.

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