GetUntaggedImageCountResponse type
Contiene datos de respuesta para la operación getUntaggedImageCount.
type GetUntaggedImageCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}