Hello @MinHo Kim Thank you for contacting us on Microsoft Q&A platform. Happy to help!
I understand that you are using the azure-mgmt-costmanagement
Python SDK to retrieve billing data and when the number of rows exceeds 5000 in the QueryResult
, the next_link
value is provided and you are not aware of using next link.
The only way to do it is by looping through until nextLink is null. I don’t have an example for Python but this should be close enough to give you an idea: https://gist.github.com/JoramM/c0538593c80822e37f6cd6d0d2c0c65f
Hope this helps!
If the response helped, do "Accept Answer" and up-vote it