Microsoft Azure · Schema

ResourceGroupListResult

List of resource groups.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
value array An array of resource groups.
nextLink string The URL to get the next set of results.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-resource-group-list-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceGroupListResult",
  "type": "object",
  "description": "List of resource groups.",
  "properties": {
    "value": {
      "type": "array",
      "description": "An array of resource groups."
    },
    "nextLink": {
      "type": "string",
      "description": "The URL to get the next set of results."
    }
  }
}