GetTaggedImageCountResponse type
Innehåller svarsdata för åtgärden getTaggedImageCount.
type GetTaggedImageCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}