Collection of Big Data pool resources.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BigDataPoolResourceInfoListResult", "title": "BigDataPoolResourceInfoListResult", "type": "object", "description": "Collection of Big Data pool resources.", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/BigDataPoolResourceInfo" } }, "nextLink": { "type": "string" } } }