List of resource groups.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceGroupListResult", "title": "ResourceGroupListResult", "type": "object", "description": "List of resource groups.", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/ResourceGroup" }, "description": "An array of resource groups.", "example": [] }, "nextLink": { "type": "string", "readOnly": true, "description": "The URL to get the next set of results.", "example": "example_value" } } }