ComponentsGetResponse type
Zawiera dane odpowiedzi dla operacji pobierania.
type ComponentsGetResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}