Microsoft Azure · Schema

AgentPoolListResult

The response from the List Agent Pools operation.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
value array The list of agent pools.
nextLink string The URL to get the next set of agent pool results.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-agent-pool-list-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgentPoolListResult",
  "type": "object",
  "description": "The response from the List Agent Pools operation.",
  "properties": {
    "value": {
      "type": "array",
      "description": "The list of agent pools."
    },
    "nextLink": {
      "type": "string",
      "description": "The URL to get the next set of agent pool results."
    }
  }
}