ComponentsListByResourceGroupNextResponse type
Contient des données de réponse pour l’opération listByResourceGroupNext.
type ComponentsListByResourceGroupNextResponse =
ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}