次の方法で共有


GetImageStoreRootContentResponse type

getImageStoreRootContent 操作の応答データを格納します。

type GetImageStoreRootContentResponse = ImageStoreContent & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImageStoreContent
  }
}