Udostępnij za pośrednictwem


GetImagePerformanceCountResponse type

Zawiera dane odpowiedzi dla operacji getImagePerformanceCount.

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