ComponentsListByResourceGroupNextResponse type
Contiene datos de respuesta para la operación listByResourceGroupNext.
type ComponentsListByResourceGroupNextResponse =
ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}