ComponentsListResponse type
Zawiera dane odpowiedzi dla operacji listy.
type ComponentsListResponse = ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}