Microsoft Azure · JSON Structure

Azure Kubernetes Service Managed Cluster Properties Structure

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

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

Properties

provisioningState powerState kubernetesVersion currentKubernetesVersion dnsPrefix fqdn fqdnSubdomain agentPoolProfiles linuxProfile windowsProfile servicePrincipalProfile addonProfiles nodeResourceGroup enableRBAC enablePodSecurityPolicy autoScalerProfile apiServerAccessProfile 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"
    },
    "powerState": {
      "type": "object"
    },
    "kubernetesVersion": {
      "type": "string"
    },
    "currentKubernetesVersion": {
      "type": "string"
    },
    "dnsPrefix": {
      "type": "string"
    },
    "fqdn": {
      "type": "string"
    },
    "fqdnSubdomain": {
      "type": "string"
    },
    "agentPoolProfiles": {
      "type": "array"
    },
    "linuxProfile": {
      "type": "object"
    },
    "windowsProfile": {
      "type": "object"
    },
    "servicePrincipalProfile": {
      "type": "object"
    },
    "addonProfiles": {
      "type": "object"
    },
    "nodeResourceGroup": {
      "type": "string"
    },
    "enableRBAC": {
      "type": "boolean"
    },
    "enablePodSecurityPolicy": {
      "type": "boolean"
    },
    "autoScalerProfile": {
      "type": "object"
    },
    "apiServerAccessProfile": {
      "type": "object"
    },
    "diskEncryptionSetID": {
      "type": "string"
    }
  }
}