GetImageStoreContentResponse type
getImageStoreContent 操作の応答データを格納します。
type GetImageStoreContentResponse = ImageStoreContent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImageStoreContent
}
}