GetImageStoreRootContentResponse type
Enthält Antwortdaten für den getImageStoreRootContent-Vorgang.
type GetImageStoreRootContentResponse = ImageStoreContent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImageStoreContent
}
}