Freigeben über


GetTaggedImageCountResponse type

Enthält Antwortdaten für den GetTaggedImageCount-Vorgang.

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