AgentPool

Agent pool resource within a managed cluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
id string Resource ID.
name string The name of the resource that is unique within a resource group.
type string Resource type.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-agent-pool-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgentPool",
  "type": "object",
  "description": "Agent pool resource within a managed cluster.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Resource ID."
    },
    "name": {
      "type": "string",
      "description": "The name of the resource that is unique within a resource group."
    },
    "type": {
      "type": "string",
      "description": "Resource type."
    }
  }
}