次の方法で共有


AnnotationsListResponse type

リスト操作の応答データが含まれます。

type AnnotationsListResponse = AnnotationsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AnnotationsListResult
  }
}