GetImageStoreContentResponse type
getImageStoreContent işleminin yanıt verilerini içerir.
type GetImageStoreContentResponse = ImageStoreContent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImageStoreContent
}
}