ComponentQuotaStatusGetResponse type
يحتوي على بيانات استجابة لعملية الحصول على.
type ComponentQuotaStatusGetResponse =
ApplicationInsightsComponentQuotaStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentQuotaStatus
}
}