Azure REST api response has next link always as nu

2019-07-27 21:49发布

问题:

Azure Resource API's like Role Assignments (https://management.azure.com/subscriptions//providers/Microsoft.Authorization/roleAssignments?api-version=2015-07-01) gives a param called nextlink in the response. But this is always null. I tried adding 1010 Role assignments and still the nextlink is null. Is there any limit on number of items returned in a single response or is nextlink just used for future enhancements?

标签: rest azure