Udostępnij za pośrednictwem


ComponentQuotaStatusGetResponse type

Zawiera dane odpowiedzi dla operacji pobierania.

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