مشاركة عبر


AnnotationsCreateResponse type

يحتوي على بيانات الاستجابة لعملية الإنشاء.

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