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