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
OperationResponseclass provides the functiongetNextLink()to retrieve the next result page if the number of results exceeds a certain threshold. It works forVirtualMachineOperationsandResourceGroupOperationsas 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