What is size of array response of compute client list-ALL method? Doc liink https://docs.microsoft.com/en-us/rest/api/compute/virtual-machines/list-all

Mohite, Akshay 1 Reputation point
2022-05-17T07:15:48.813+00:00

What is size of array response of compute client list-ALL method?
Doc liink https://learn.microsoft.com/en-us/rest/api/compute/virtual-machines/list-all
what is the size of response array 'VirtualMachineListResult'?
Is fixed size or dynamic size array is returned as response to list-all function

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,196 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Prrudram-MSFT 22,396 Reputation points
    2022-05-17T13:19:59.117+00:00

    Hello @Mohite, Akshay

    Thank you for reaching out to the Microsoft Q&A platform. Happy to answer your question.

    I think it would return 200 by default. The number of items/VMs returned in the response. Azure allows 200 results to be shown, but some providers reduce it or increase it depending on the amount of data each resource will contain.

    Please "Accept as Answer" and Upvote if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    0 comments No comments