Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide paged result access for resources other than VirtualMachine and ResourceGroup #689

Closed
thchuong-x11 opened this issue May 9, 2016 · 2 comments

Comments

@thchuong-x11
Copy link

The OperationResponse class provides the function getNextLink() to retrieve the next result page if the number of results exceeds a certain threshold. It works for VirtualMachineOperations and ResourceGroupOperations as these class has the function listNext(). However I don't see this function or its equivalent for other kinds of resources (e.g. NetworkSecurityGroup, VirtualNetwork). Could you please verify and fix it?
Thanks.
Chuong

@anuchandy
Copy link
Member

@jianghaolu
Copy link
Contributor

In general, if there isn't a next link, it means the max capacity for this type of resource is small enough for one page to handle.
If Rest API does return a next link but the SDK fails to provide one, please do file a bug.
Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants