ComponentQuotaStatusGetResponse type
Contém dados de resposta para a operação get.
type ComponentQuotaStatusGetResponse =
ApplicationInsightsComponentQuotaStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentQuotaStatus
}
}