Share via

PagedResult doesn't return full response

Meshi Houri (Biton) 5 Reputation points
2025-01-06T12:14:58.5466667+00:00

Hi,

I'm using azure sdk , and I have found out that few methods don't return the full response.

They returned only one resource group , for example using this ->


networkManager.localNetworkGateways.list().stream().collect(Collectors.toList());

(tried different approaches like block and etc) return only gws from one resource group
, but when I am going through all the resources groups I am getting the full response.

networkManager.resourceManager().resourceGroups().list().forEach(resourceGroup -> {
    List
Community Center | Not monitored

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.