ComponentQuotaStatusGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type ComponentQuotaStatusGetResponse =
ApplicationInsightsComponentQuotaStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentQuotaStatus
}
}