GetUntaggedImageCountResponse type
Contém dados de resposta para a operação getUntaggedImageCount.
type GetUntaggedImageCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}