ComponentQuotaStatusGetResponse type
Obsahuje data odpovědi pro operaci get.
type ComponentQuotaStatusGetResponse =
ApplicationInsightsComponentQuotaStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentQuotaStatus
}
}