GetUntaggedImageCountResponse type
Enthält Antwortdaten für den GetUntaggedImageCount-Vorgang.
type GetUntaggedImageCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}