Microsoft Azure · JSON Structure

Azure Kubernetes Service Managed Cluster Agent Pool Profile Structure

Type: object Properties: 17
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

ManagedClusterAgentPoolProfile is a JSON Structure definition published by Microsoft Azure, describing 17 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name count vmSize osDiskSizeGB osDiskType osType osSKU maxPods mode type availabilityZones enableAutoScaling minCount maxCount nodeLabels nodeTaints upgradeSettings

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedClusterAgentPoolProfile",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "count": {
      "type": "integer"
    },
    "vmSize": {
      "type": "string"
    },
    "osDiskSizeGB": {
      "type": "integer"
    },
    "osDiskType": {
      "type": "string"
    },
    "osType": {
      "type": "string"
    },
    "osSKU": {
      "type": "string"
    },
    "maxPods": {
      "type": "integer"
    },
    "mode": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "availabilityZones": {
      "type": "array"
    },
    "enableAutoScaling": {
      "type": "boolean"
    },
    "minCount": {
      "type": "integer"
    },
    "maxCount": {
      "type": "integer"
    },
    "nodeLabels": {
      "type": "object"
    },
    "nodeTaints": {
      "type": "array"
    },
    "upgradeSettings": {
      "type": "object"
    }
  }
}