Sdílet prostřednictvím


GetUntaggedImageCountResponse type

Obsahuje data odpovědi pro operaci getUntaggedImageCount.

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