ComponentsGetResponse type
Innehåller svarsdata för get-åtgärden.
type ComponentsGetResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}