Delen via


ComponentQuotaStatusGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type ComponentQuotaStatusGetResponse =
  ApplicationInsightsComponentQuotaStatus & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentQuotaStatus
    }
  }