次の方法で共有


ReadResponse type

読み取り操作の応答データを格納します。

type ReadResponse = ReadHeaders & {
  _response: msRest.HttpResponse & { parsedHeaders: ReadHeaders }
}