ComponentsGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type ComponentsGetResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}