GetUntaggedImageCountResponse type    
Contains response data for the getUntaggedImageCount operation.
type GetUntaggedImageCountResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
  body: number
}