ComponentsListResponse type
Obsahuje data odpovědi pro operaci seznamu.
type ComponentsListResponse = ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}