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.
properties object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-kubernetes-service-agentpool-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AgentPool",
  "title": "AgentPool",
  "type": "object",
  "description": "Agent pool resource within a managed cluster.",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true,
      "description": "Resource ID.",
      "example": "abc123"
    },
    "name": {
      "type": "string",
      "readOnly": true,
      "description": "The name of the resource that is unique within a resource group.",
      "example": "Example Title"
    },
    "type": {
      "type": "string",
      "readOnly": true,
      "description": "Resource type.",
      "example": "example_value"
    },
    "properties": {
      "$ref": "#/components/schemas/AgentPoolProperties"
    }
  }
}