GetImageStoreInfoResponse type
getImageStoreInfo işleminin yanıt verilerini içerir.
type GetImageStoreInfoResponse = ImageStoreInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImageStoreInfo
}
}