ComponentsGetResponse type
Содержит данные ответа для операции получения.
type ComponentsGetResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}