GetImageCountResponse type

Contains response data for the getImageCount operation.

type GetImageCountResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
  body: number
}