次の方法で共有


ExamplesBatchResponse type

バッチ操作の応答データが含まれます。

type ExamplesBatchResponse = BatchLabelExample[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: BatchLabelExample[]
  }
}