You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
The
OperationResponse
class provides the functiongetNextLink()
to retrieve the next result page if the number of results exceeds a certain threshold. It works forVirtualMachineOperations
andResourceGroupOperations
as these class has the functionlistNext()
. 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
The text was updated successfully, but these errors were encountered: