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