Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Managed Cluster Properties Structure

Type: object Properties: 17
AzureCloudContainersDevOpsKubernetesOrchestration

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

Properties

provisioningState maxAgentPools kubernetesVersion currentKubernetesVersion dnsPrefix fqdnSubdomain fqdn privateFQDN azurePortalFQDN enableRBAC supportPlan disableLocalAccounts nodeResourceGroup agentPoolProfiles identityProfile addonProfiles diskEncryptionSetID

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedClusterProperties",
  "type": "object",
  "properties": {
    "provisioningState": {
      "type": "string"
    },
    "maxAgentPools": {
      "type": "integer"
    },
    "kubernetesVersion": {
      "type": "string"
    },
    "currentKubernetesVersion": {
      "type": "string"
    },
    "dnsPrefix": {
      "type": "string"
    },
    "fqdnSubdomain": {
      "type": "string"
    },
    "fqdn": {
      "type": "string"
    },
    "privateFQDN": {
      "type": "string"
    },
    "azurePortalFQDN": {
      "type": "string"
    },
    "enableRBAC": {
      "type": "boolean"
    },
    "supportPlan": {
      "type": "string"
    },
    "disableLocalAccounts": {
      "type": "boolean"
    },
    "nodeResourceGroup": {
      "type": "string"
    },
    "agentPoolProfiles": {
      "type": "array"
    },
    "identityProfile": {
      "type": "object"
    },
    "addonProfiles": {
      "type": "object"
    },
    "diskEncryptionSetID": {
      "type": "string"
    }
  }
}