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