Sdílet prostřednictvím


GetImageCountResponse type

Obsahuje data odpovědi pro operaci getImageCount.

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